Closed
Description
If you go to the edit template > schedule page:
- Change a value
- Submit
- Change the value back to the original value
- You can't submit as it thinks the form isn't "dirty" as it's comparing to the initialValues
This might be the case in a bunch of formik forms. I think you're supposed to call a method on the form when you're finished submitting with the new values so it knows what the baseline is.