Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up overall form state #286

Closed
Tracked by #245
ohltyler opened this issue Aug 15, 2024 · 0 comments · Fixed by #299
Closed
Tracked by #245

Clean up overall form state #286

ohltyler opened this issue Aug 15, 2024 · 0 comments · Fixed by #299
Labels

Comments

@ohltyler
Copy link
Member

There is several layers to form state we are persisting:

  • redux dirty variable for the overall form
  • Formik values to trigger autosave when any form input is changed
  • searchTemplatesDifferent/ingestTemplatesDifferent to maintain when the underlying generated templates would be different

Determine if we need all of these (particularly dirty) or if there are any that can be cleaned up, simplified, or combined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant