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

@@ -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]);