anomaly-detection-dashboards-plugin
anomaly-detection-dashboards-plugin copied to clipboard
Refactor and simplify validation callout logic on CreateAndReview page
Currently a lot of the logic for displaying the different validation callouts is handled by state variables in the CreateAndReview component. These state variables should be moved down to the child components that they effect instead of re-rendering the whole parent component every time they change. More details can be found in this comment.