From 3598941032314f05df48b4498f8bb3e077afa666 Mon Sep 17 00:00:00 2001 From: "kelvin.yau" Date: Sun, 15 Mar 2026 11:17:53 +0800 Subject: [PATCH] build bug fix --- src/components/InventorySearch/InventorySearch.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/InventorySearch/InventorySearch.tsx b/src/components/InventorySearch/InventorySearch.tsx index 3451a93..701b674 100644 --- a/src/components/InventorySearch/InventorySearch.tsx +++ b/src/components/InventorySearch/InventorySearch.tsx @@ -61,6 +61,8 @@ const InventorySearch: React.FC = ({ inventories, printerCombo }) => { status: "", baseUom: "", uomShortDesc: "", + latestMarketUnitPrice: "", + latestMupUpdatedDate: "", }), []) const [inputs, setInputs] = useState>(defaultInputs);