diff --git a/src/frontend/app/administration/entity/entities-administration.component.html b/src/frontend/app/administration/entity/entities-administration.component.html index b6a3f9ae4410a62fe6927b11c22545d25444c6de..dc267489fe3c05b39c8518e74e3d1289e6dc811e 100755 --- a/src/frontend/app/administration/entity/entities-administration.component.html +++ b/src/frontend/app/administration/entity/entities-administration.component.html @@ -201,10 +201,10 @@ </mat-option> </ng-container> <mat-option class="autoCompleteInfoResult smallInputInfo" - *ngIf="addressBANResult.length === 0 && !addressBANLoading" disabled + *ngIf="addressBANResult.length === 0 && !addressLoading" disabled [innerHTML]="addressBANInfo"> </mat-option> - <mat-option *ngIf="addressBANLoading" disabled> + <mat-option *ngIf="addressLoading" disabled> <mat-spinner diameter="20"></mat-spinner> </mat-option> </mat-autocomplete>