mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
Re-enable rule no-unused-state (#10871)
This commit is contained in:
committed by
GitHub
parent
352e8a1afd
commit
906a629b33
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user