diff --git a/projects/common/src/fm/components/help-menu/help-menu.component.ts b/projects/common/src/fm/components/help-menu/help-menu.component.ts index f951890..f3ca928 100644 --- a/projects/common/src/fm/components/help-menu/help-menu.component.ts +++ b/projects/common/src/fm/components/help-menu/help-menu.component.ts @@ -23,6 +23,6 @@ export class HelpMenuComponent implements OnInit { toggle(event:MouseEvent) { event.stopPropagation(); - this.store.dispatch(new appActions.ToggleAppMenu()); + this.store.dispatch(new appActions.ToggleHelpMenu()); } }