Re-enable rule no-unused-state (#10871)

This commit is contained in:
Kamil Gabryjelski
2020-09-14 19:31:16 +02:00
committed by GitHub
parent 352e8a1afd
commit 906a629b33
9 changed files with 3 additions and 31 deletions

View File

@@ -60,7 +60,6 @@ class DatasourceControl extends React.PureComponent {
this.state = {
showEditDatasourceModal: false,
showChangeDatasourceModal: false,
menuExpanded: false,
};
this.onDatasourceSave = this.onDatasourceSave.bind(this);
this.toggleChangeDatasourceModal = this.toggleChangeDatasourceModal.bind(