Skip to content

Commit

Permalink
[C-5504] Fix mobile track replace reseting the upload form (#11073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Shanks authored Jan 16, 2025
1 parent 5d4ed8f commit c243c3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export const EditTrackScreen = (props: EditTrackScreenProps) => {
return (
<Formik<FormValues>
initialValues={initialValues}
enableReinitialize
enableReinitialize={!initialValuesProp.isUpload}
onSubmit={handleSubmit}
validationSchema={editTrackSchema}
>
Expand Down

0 comments on commit c243c3a

Please sign in to comment.