Package updates and removed autosave on job on enter.

This commit is contained in:
Patrick Fic
2020-08-20 10:45:54 -07:00
parent df0f98f377
commit af0b08e7f1
6 changed files with 428 additions and 434 deletions

View File

@@ -142,6 +142,7 @@ export function JobsDetailPage({
<FormFieldsChanged form={form} />
<JobsDetailHeader
form={form}
job={job}
refetch={refetch}
handleSubmit={handleSubmit}