IO-1312 Resolve delivery checklist issue.

This commit is contained in:
Patrick Fic
2021-08-12 13:01:20 -07:00
parent 4e936b4cff
commit be2cfb908a

View File

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