Updated to include completion date on intake. BOD-401

This commit is contained in:
Patrick Fic
2020-09-22 08:50:41 -07:00
parent 35650cec24
commit ff0ee8cbae
4 changed files with 28 additions and 14 deletions

View File

@@ -69,6 +69,7 @@ export function JobsIntakeContainer({
<JobChecklist
type="intake"
checklistConfig={(data && data.bodyshops_by_pk.intakechecklist) || {}}
job={data && data.jobs_by_pk}
/>
</div>
</RbacWrapper>