Skip to content

Commit

Permalink
[Bug] Closing change datasource modal throws JS error (#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Jan 5, 2018
1 parent c9e47f0 commit e7f8143
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 e7f8143

Please sign in to comment.