-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
chore(Dashboard): Disable save button in Native Filters when an error is present #17037
Conversation
superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #17037 +/- ##
==========================================
- Coverage 76.91% 76.91% -0.01%
==========================================
Files 1039 1039
Lines 55568 55572 +4
Branches 7570 7571 +1
==========================================
+ Hits 42742 42744 +2
- Misses 12576 12578 +2
Partials 250 250
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…e/native-filters-disable-save
…e/native-filters-disable-save
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tested locally. Just needs a rebase.
…e/native-filters-disable-save
… is present (#17037) * Disable save on error * Remove removed erroredFilter * Fix cdisabled check
… is present (apache#17037) * Disable save on error * Remove removed erroredFilter * Fix cdisabled check
SUMMARY
This PR disabled the save button when an error is present in the native filters as it was suggested in this comment #16940 (review)
AFTER
COVID.Vaccine.Da.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION