fix a typo in set prop value (#9383)

This commit is contained in:
Grace Guo 2020-03-25 16:08:22 -07:00 committed by GitHub
parent 6b0f62a36e
commit 4fd5ac9be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {