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);