Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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 { | ... | ... |