Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

New segment constraint fix #26

Merged
merged 3 commits into from Jan 13, 2023
Merged

New segment constraint fix #26

merged 3 commits into from Jan 13, 2023

Commits on Jan 13, 2023

  1. Added a condition with the isNew flag in the handleChange event for t…

    …he Name input field
    Darin McLain committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e16d09c View commit details
    Browse the repository at this point in the history
  2. Removed selectedMatchType state variable, and converted the initialVa…

    …lue 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
    Darin McLain committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9c305b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89ac0cf View commit details
    Browse the repository at this point in the history