Skip to content

Commit

Permalink
Removing unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoliver-quoin committed Sep 17, 2024
1 parent 0c0e3fe commit ba9d402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/record-form/form/record-form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function RecordForm({
return (
<>
<Formik
initialValues={{ ...initialValues, begin_closure_prompt: false }}
initialValues={{ ...initialValues }}
validationSchema={validationSchema}
validateOnBlur={false}
validateOnChange={false}
Expand Down

0 comments on commit ba9d402

Please sign in to comment.