anomaly-detection-dashboards-plugin icon indicating copy to clipboard operation
anomaly-detection-dashboards-plugin copied to clipboard

Refactor and simplify validation callout logic on CreateAndReview page

Open amitgalitz opened this issue 4 years ago • 0 comments

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.

amitgalitz avatar Nov 02 '21 17:11 amitgalitz