BOD-53 added owner popover for tag on detail.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user