Added import notes & dates. IO-556 IO-495

This commit is contained in:
Patrick Fic
2021-02-01 14:45:53 -08:00
parent 7e4faec0ff
commit be190b907e
9 changed files with 102 additions and 7 deletions

View File

@@ -144,6 +144,9 @@ export function JobsDetailPage({
initialValues={{
...job,
loss_date: job.loss_date ? moment(job.loss_date) : null,
date_estimated: job.date_estimated
? moment(job.date_estimated)
: null,
}}
>
<FormFieldsChanged form={form} />