feature/IO-3499-React-19 checkpoint
This commit is contained in:
@@ -51,7 +51,7 @@ function JobsCreateContainer({ bodyshop, setBreadcrumbs, setSelectedHeader, curr
|
||||
|
||||
useEffect(() => {
|
||||
if (state.owner.selectedid) {
|
||||
loadOwner({ id: state.owner.selectedid });
|
||||
loadOwner({ variables: { id: state.owner.selectedid } });
|
||||
}
|
||||
}, [state.owner.selectedid, loadOwner]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user