Skip to content

Commit 000d470

Browse files
authored
Fix stems not showing up in edit form (#11913)
1 parent f8c06b4 commit 000d470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/src/components/edit-track/EditTrackForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export const EditTrackForm = (props: EditTrackFormProps) => {
148148
<Formik<TrackEditFormValues>
149149
initialValues={initialValues}
150150
onSubmit={handleSubmit}
151+
enableReinitialize
151152
validationSchema={toFormikValidationSchema(EditFormValidationSchema)}
152153
>
153154
{(props) => (

0 commit comments

Comments
 (0)