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:
Kamil Gabryjelski
2020-10-03 00:54:56 +02:00
committed by GitHub
parent d95b7c2a73
commit 07f87149e6
20 changed files with 33 additions and 35 deletions

View File

@@ -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,