fix type
This commit is contained in:
@@ -64,7 +64,7 @@ export const useCreatePrintForm = () => {
|
||||
params,
|
||||
}: {
|
||||
orderId: string;
|
||||
itemId: number;
|
||||
itemId: string;
|
||||
params: CreatePrintFormType;
|
||||
}) => api.createPrintForm(orderId, itemId, params),
|
||||
// onSuccess: (_, params) => {
|
||||
|
||||
Reference in New Issue
Block a user