Resolved issues for job search select & updated packages.

This commit is contained in:
Patrick Fic
2022-06-09 11:51:01 -07:00
parent 92fb519642
commit c01f402f92
5 changed files with 305 additions and 326 deletions

View File

@@ -42,7 +42,6 @@ export function BillInventoryTable({
}
}, [inventoryData, form, billEnterModal.context.consumeinventoryid]);
console.log(form.getFieldsValue());
return (
<Form.Item
shouldUpdate={(prev, cur) => prev.vendorid !== cur.vendorid}