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

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


The following commit(s) were added to refs/heads/omnibar by this push:
     new 856ee3a  remove example ref
856ee3a is described below

commit 856ee3a7bd7621458dfccf5b9538001954375d25
Author: hughhhh <hmi...@lyft.com>
AuthorDate: Mon Jan 28 10:40:28 2019 -0800

    remove example ref
---
 superset/assets/src/dashboard/components/Dashboard.jsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/superset/assets/src/dashboard/components/Dashboard.jsx 
b/superset/assets/src/dashboard/components/Dashboard.jsx
index fceb1df..6e9ad7f 100644
--- a/superset/assets/src/dashboard/components/Dashboard.jsx
+++ b/superset/assets/src/dashboard/components/Dashboard.jsx
@@ -103,8 +103,6 @@ class Dashboard extends React.PureComponent {
     this.initTs = new Date().getTime();
 
     this.handleKeydown = this.handleKeydown.bind(this);
-
-    this.exampleRef = React.createRef();
   }
 
   componentDidMount() {

Reply via email to