Skip to content
Snippets Groups Projects
Commit 4042bb58 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Fix dashboard archive dialog closing bug

parent a3f90e6e
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ export default class DashboardHeader extends Component<*, Props, State> {
>
<ArchiveDashboardModal
dashboard={this.props.dashboard}
onClose={() => this.refs.ArchiveDashboardModal.toggle()}
onClose={() => this.refs.archiveDashboardModal.toggle()}
onArchive={() => this.onArchive()}
/>
</ModalWithTrigger>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment