Fix help-menu.component.ts

This commit is contained in:
Peter (extern) 2021-02-16 17:07:40 +01:00
parent 102d96ded9
commit 697708710e

@ -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());
}
}