Skip to content

Commit

Permalink
[Bug] Closing change datasource modal throws JS error (apache#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored Jan 5, 2018
1 parent 4218723 commit 2bc9b48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2bc9b48

Please sign in to comment.