nikolagigic opened a new pull request #12352: URL: https://github.com/apache/superset/pull/12352
### SUMMARY Wrap AdhocFilter components in ErrorBoundary component to preserve the rest of the page in case if error. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before/After: - **Simple Tab**   - **Custom SQL Tab**   ### TEST PLAN 1. Go to **Dashboards** 2. Choose a dashboards that has **FILTERS** option (e.g. **deck.gl Demo > Scatterplot**) 3. Click on **FILTERS** Note: This change will show only in case of an error in the code for **AdhocFilterEditPopoverSimpleTabContent** or **AdhocFilterEditPopoverSqlTabContent** components. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [x] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
