Fixes Keymap and Macro removing

Fixes #235
This commit is contained in:
Farkas József
2016-12-29 16:57:04 +01:00
committed by József Farkas
parent 9b2aa188e6
commit de38e9c06e
4 changed files with 6 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ export class MacroHeaderComponent implements AfterViewInit, OnChanges {
}
removeMacro() {
this.store.dispatch(MacroActions.removeMacro(this.macro));
this.store.dispatch(MacroActions.removeMacro(this.macro.id));
}
duplicateMacro() {