We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c06b4 commit 000d470Copy full SHA for 000d470
packages/web/src/components/edit-track/EditTrackForm.tsx
@@ -148,6 +148,7 @@ export const EditTrackForm = (props: EditTrackFormProps) => {
148
<Formik<TrackEditFormValues>
149
initialValues={initialValues}
150
onSubmit={handleSubmit}
151
+ enableReinitialize
152
validationSchema={toFormikValidationSchema(EditFormValidationSchema)}
153
>
154
{(props) => (
0 commit comments