From 44a689a35911e687f1d3edcf0bc30fdf2f877db6 Mon Sep 17 00:00:00 2001 From: HardiReady Date: Mon, 9 Jul 2018 19:41:55 +0200 Subject: [PATCH] Fix method call --- .../search-field/search-field.component.html | 14 +++++++------- .../squads/squad-list/squad-list.component.html | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/src/app/common/user-interface/search-field/search-field.component.html b/static/src/app/common/user-interface/search-field/search-field.component.html index a69b3a3..33bf4d7 100644 --- a/static/src/app/common/user-interface/search-field/search-field.component.html +++ b/static/src/app/common/user-interface/search-field/search-field.component.html @@ -1,12 +1,12 @@
- - + +
diff --git a/static/src/app/squads/squad-list/squad-list.component.html b/static/src/app/squads/squad-list/squad-list.component.html index 674012b..875cc9d 100644 --- a/static/src/app/squads/squad-list/squad-list.component.html +++ b/static/src/app/squads/squad-list/squad-list.component.html @@ -4,7 +4,7 @@ {label: fraction.OPFOR, value: 'OPFOR'}]" [addButton]="{svgIcon: 'add', tooltip: 'Neues Squad hinzufügen'}" (executeSearch)="filterSquads($event)" - (openAddFrom)="openNewRankForm()"> + (openAddFrom)="openNewSquadForm()">