This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e7f8143  [Bug] Closing change datasource modal throws JS error (#4157)
e7f8143 is described below

commit e7f8143c3b4d252519bf3f826a95033578b059a1
Author: Grace Guo <[email protected]>
AuthorDate: Fri Jan 5 14:21:52 2018 -0800

    [Bug] Closing change datasource modal throws JS error (#4157)
---
 .../assets/javascripts/explore/components/controls/DatasourceControl.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx 
b/superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx
index e63c807..89b378d 100644
--- 
a/superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx
+++ 
b/superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx
@@ -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) {

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to