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 2020/03/25 23:08:45 UTC

[incubator-superset] branch master updated: fix a typo in set prop value (#9383)

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 4fd5ac9  fix a typo in set prop value (#9383)
4fd5ac9 is described below

commit 4fd5ac9be61ff4a0294aea5c3c1c282df54181ed
Author: Grace Guo <gr...@airbnb.com>
AuthorDate: Wed Mar 25 16:08:22 2020 -0700

    fix a typo in set prop value (#9383)
---
 superset-frontend/src/dashboard/components/Header.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/dashboard/components/Header.jsx b/superset-frontend/src/dashboard/components/Header.jsx
index 77aba1d..8ed90a6 100644
--- a/superset-frontend/src/dashboard/components/Header.jsx
+++ b/superset-frontend/src/dashboard/components/Header.jsx
@@ -449,7 +449,7 @@ class Header extends React.PureComponent {
 
           {this.state.showingPropertiesModal && (
             <PropertiesModal
-              dahboardId={dashboardInfo.id}
+              dashboardId={dashboardInfo.id}
               show={this.state.showingPropertiesModal}
               onHide={this.hidePropertiesModal}
               onDashboardSave={updates => {