This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added a condition with the isNew flag in the handleChange event for the Name input field * Removed selectedMatchType state variable, and converted the initialValue to be what the state used to be, and use formik's setFieldValue to update the matchType value. The error was being caused by the initialValue for matchType being a state variable and it would reset the form if it changed when creating a segment Co-authored-by: Darin McLain <[email protected]> Co-authored-by: Mark Phelps <[email protected]>
- Loading branch information