feature/IO-3499-React-19 checkpoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user