mirror of
https://github.com/apache/superset.git
synced 2026-04-27 20:14:54 +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
@@ -25,7 +25,7 @@ import TableSelector from '../../components/TableSelector';
|
||||
|
||||
const propTypes = {
|
||||
queryEditor: PropTypes.object.isRequired,
|
||||
height: PropTypes.number.isRequired,
|
||||
height: PropTypes.number,
|
||||
tables: PropTypes.array,
|
||||
actions: PropTypes.object,
|
||||
database: PropTypes.object,
|
||||
|
||||
Reference in New Issue
Block a user