Commit 0e16180463e6cddad97620599f23d2e1253e5a7e

Authored by Igor Kulikov
1 parent 53bc8715

UI: fix compilation

... ... @@ -133,7 +133,7 @@ export class EntityAliasDialogComponent extends DialogComponent<EntityAliasDialo
133 133 }
134 134
135 135 private validate(): Observable<any> {
136   - return this.entityService.resolveAliasFilter(this.alias.filter, null, 1, true);
  136 + return this.entityService.resolveAliasFilter(this.alias.filter, null);
137 137 }
138 138
139 139 save(): void {
... ...