feature/IO-3499-React-19 checkpoint

This commit is contained in:
Dave
2026-01-20 15:27:32 -05:00
parent a91bfea581
commit d7e3b52dc6
16 changed files with 493 additions and 179 deletions

View File

@@ -258,9 +258,10 @@ export function ReportCenterModalComponent({ reportCenterModal, bodyshop }) {
form.setFieldsValue({ id: null });
return null;
}
if (!vendorCalled && idtype === "vendor") callVendorQuery();
if (!employeeCalled && idtype === "employee") callEmployeeQuery();
if (!employeeWithEmailCalled && idtype === "employeeWithEmail") callEmployeeWithEmailQuery();
if (!vendorCalled && idtype === "vendor") callVendorQuery({ variables: {} });
if (!employeeCalled && idtype === "employee") callEmployeeQuery({ variables: {} });
if (!employeeWithEmailCalled && idtype === "employeeWithEmail")
callEmployeeWithEmailQuery({ variables: {} });
if (idtype === "vendor")
return (
<Form.Item