Added import notes & dates. IO-556 IO-495
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user