Merged in hotfix/2021-08-12 (pull request #174)
hotfix/2021-08-12 Approved-by: Patrick Fic
This commit is contained in:
@@ -117,7 +117,7 @@ export function JobChecklistForm({
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if (type === "intake" && job.owner && job.owner.id) {
|
||||
//Updae Owner Allow to Text
|
||||
const updateOwnerResult = await updateOwner({
|
||||
variables: {
|
||||
@@ -133,6 +133,7 @@ export function JobChecklistForm({
|
||||
}),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
setLoading(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user