Added validation to job actions BOD-391

This commit is contained in:
Patrick Fic
2020-09-22 10:47:03 -07:00
parent 489ef3df0d
commit abb22a5d0f
10 changed files with 83 additions and 21 deletions

View File

@@ -161,6 +161,8 @@ export const QUERY_INTAKE_CHECKLIST = gql`
est_number
scheduled_completion
scheduled_delivery
intakechecklist
status
}
}
`;