diff --git a/client/src/pages/spools/show.tsx b/client/src/pages/spools/show.tsx index d96a4e1..c4b9b72 100644 --- a/client/src/pages/spools/show.tsx +++ b/client/src/pages/spools/show.tsx @@ -1,3 +1,4 @@ +import { getBasePath } from "../../utils/url"; import { InboxOutlined, PrinterOutlined, ToTopOutlined } from "@ant-design/icons"; import { DateField, NumberField, Show, TextField } from "@refinedev/antd"; import { IResourceComponentsProps, useInvalidate, useShow, useTranslate } from "@refinedev/core"; @@ -118,7 +119,7 @@ export const SpoolShow: React.FC = () => {