feature/IO-3499-React-19-ProductionBoard - remove use-memo-one / Add missing cards

This commit is contained in:
Dave
2026-01-15 14:31:15 -05:00
parent 1165fc1489
commit e4aa920b1a
8 changed files with 22 additions and 22 deletions

View File

@@ -80,7 +80,7 @@ export function Jobd3RdPartyModal({ bodyshop, jobId, job, technician }) {
};
const handleVendorSelect = (vendorid) => {
const vendor = VendorAutoCompleteData.vendors.filter((v) => v.id === vendorid)[0];
const vendor = VendorAutoCompleteData?.vendors?.filter((v) => v.id === vendorid)[0];
if (vendor) {
form.setFieldsValue({
addr1: vendor.name,