Skip to content

Commit

Permalink
fix a typo in set prop value (#9383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Mar 25, 2020
1 parent 6b0f62a commit 4fd5ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/dashboard/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 4fd5ac9

Please sign in to comment.