You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2018/01/05 22:21:54 UTC

[incubator-superset] branch master updated: [Bug] Closing change datasource modal throws JS error (#4157)

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 <gr...@airbnb.com>
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
['"commits@superset.apache.org" <co...@superset.apache.org>'].