Parcourir la source

build bug fix

reset-do-picking-order
kelvin.yau il y a 1 semaine
Parent
révision
3598941032
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      src/components/InventorySearch/InventorySearch.tsx

+ 2
- 0
src/components/InventorySearch/InventorySearch.tsx Voir le fichier

@@ -61,6 +61,8 @@ const InventorySearch: React.FC<Props> = ({ inventories, printerCombo }) => {
status: "",
baseUom: "",
uomShortDesc: "",
latestMarketUnitPrice: "",
latestMupUpdatedDate: "",
}), [])
const [inputs, setInputs] = useState<Record<SearchParamNames, string>>(defaultInputs);



Chargement…
Annuler
Enregistrer