IO-1312 Resolve delivery checklist issue.
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
|
//Updae Owner Allow to Text
|
||||||
const updateOwnerResult = await updateOwner({
|
const updateOwnerResult = await updateOwner({
|
||||||
variables: {
|
variables: {
|
||||||
@@ -133,6 +133,7 @@ export function JobChecklistForm({
|
|||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user