BOD-53 added owner popover for tag on detail.

This commit is contained in:
Patrick Fic
2020-03-23 13:41:27 -07:00
parent 192d2ee0f0
commit edba734605
8 changed files with 75 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ function JobsCreateContainer({ bodyshop }) {
variables: { id: state.owner.selectedid }
});
}
}, [state.owner.selectedid]);
}, [state.owner.selectedid, loadOwner]);
const runInsertJob = job => {
console.log("Job To Save", job);