mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
[Bug] Closing change datasource modal throws JS error (#4157)
This commit is contained in:
@@ -39,6 +39,7 @@ export default class DatasourceControl extends React.PureComponent {
|
||||
this.onEnterModal = this.onEnterModal.bind(this);
|
||||
this.toggleModal = this.toggleModal.bind(this);
|
||||
this.changeSearch = this.changeSearch.bind(this);
|
||||
this.setSearchRef = this.setSearchRef.bind(this);
|
||||
this.selectDatasource = this.selectDatasource.bind(this);
|
||||
}
|
||||
onChange(vizType) {
|
||||
|
||||
Reference in New Issue
Block a user