From 31a24b09e48c8f27735c5d84008723fd703751eb Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Mon, 10 Mar 2025 19:00:32 +0800 Subject: [PATCH] udpate last --- src/app/api/settings/product/actions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/api/settings/product/actions.ts b/src/app/api/settings/product/actions.ts index 23e9499..08ebdff 100644 --- a/src/app/api/settings/product/actions.ts +++ b/src/app/api/settings/product/actions.ts @@ -8,7 +8,6 @@ export type CreateProductInputs = { id?: string | number code: string; name: string; - isConsumables: boolean; description?: string | undefined; remarks?: string | undefined; shelfLife?: number | undefined;