IO-1642 Resolve delivery checklist not including dates.

This commit is contained in:
Patrick Fic
2022-01-17 12:35:43 -08:00
parent e2941bfe84
commit 34ae2c56b7
4 changed files with 28 additions and 21 deletions

View File

@@ -69,6 +69,7 @@ export function JobsDeliverContainer({
checklistConfig={
(data && data.bodyshops_by_pk.deliverchecklist) || {}
}
job={data ? data.jobs_by_pk : {}}
/>
</div>
</RbacWrapper>