refactor: UhkConfiguration

This commit is contained in:
Farkas József
2016-09-25 08:51:06 +02:00
parent e3f82b250a
commit cb1f677f31
4 changed files with 26 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ export class MacroTabComponent implements OnInit, Tab {
}
ngOnInit() {
this.macros = this.uhkConfigurationService.getUhkConfiguration().macros.elements;
this.macros = this.uhkConfigurationService.getUhkConfiguration().macros;
this.macroOptions.push({
id: '-1',