mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
ESLint: Re-enable rule default-props-match-prop-types (#10868)
* Re-enable rule default-props-match-prop-types * Restore default props and remove isRequired * Remove unused props
This commit is contained in:
committed by
GitHub
parent
a9eab33d64
commit
9f01a7fdf8
@@ -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