mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: Enable ESLint rule default-props-match-prop-types (#11058)
* Re-enable ESLint rule default-props-match-props-types * Add cypress test for switching tabs * fix * Typo fix * Test fix
This commit is contained in:
committed by
GitHub
parent
d95b7c2a73
commit
07f87149e6
@@ -37,7 +37,6 @@ const propTypes = {
|
||||
const defaultProps = {
|
||||
onStop: () => {},
|
||||
onSave: () => {},
|
||||
disabled: false,
|
||||
};
|
||||
|
||||
// Prolly need to move this to a global context
|
||||
|
||||
Reference in New Issue
Block a user