diff --git a/client/src/pages/filaments/edit.tsx b/client/src/pages/filaments/edit.tsx index a6e0bfe..d328457 100644 --- a/client/src/pages/filaments/edit.tsx +++ b/client/src/pages/filaments/edit.tsx @@ -44,7 +44,7 @@ export const FilamentEdit: React.FC = () => { value: value ? dayjs(value) : undefined, })} > - + = () => { } + render={(value) => ( + + )} /> = () => { Id Registered - + Name Vendor diff --git a/client/src/pages/spools/create.tsx b/client/src/pages/spools/create.tsx index 7fd7e2b..5d3208b 100644 --- a/client/src/pages/spools/create.tsx +++ b/client/src/pages/spools/create.tsx @@ -28,7 +28,7 @@ export const SpoolCreate: React.FC = () => { value: value ? dayjs(value) : undefined, })} > - + = () => { value: value ? dayjs(value) : undefined, })} > - + = () => { value: value ? dayjs(value) : undefined, })} > - + = () => { value: value ? dayjs(value) : undefined, })} > - + = () => { value: value ? dayjs(value) : undefined, })} > - + = () => { } + render={(value) => ( + + )} /> } + render={(value) => ( + + )} /> diff --git a/client/src/pages/spools/show.tsx b/client/src/pages/spools/show.tsx index c6bbd63..d589982 100644 --- a/client/src/pages/spools/show.tsx +++ b/client/src/pages/spools/show.tsx @@ -16,11 +16,11 @@ export const SpoolShow: React.FC = () => { Id Registered - + First Used - + Last Used - + Filament {/* {filamentIsLoading ? ( <>Loading... diff --git a/client/src/pages/vendors/edit.tsx b/client/src/pages/vendors/edit.tsx index 3378fc8..3229e6d 100644 --- a/client/src/pages/vendors/edit.tsx +++ b/client/src/pages/vendors/edit.tsx @@ -34,7 +34,7 @@ export const VendorEdit: React.FC = () => { value: value ? dayjs(value) : undefined, })} > - + = () => { } + render={(value) => ( + + )} /> = () => { Id Registered - + Name Comment