Skip to content
Snippets Groups Projects
Commit 2f71b20e authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #25183 TIME 0:10 PROD : fix undefined variable

parent ea5bebb4
No related branches found
No related tags found
No related merge requests found
...@@ -201,10 +201,10 @@ ...@@ -201,10 +201,10 @@
</mat-option> </mat-option>
</ng-container> </ng-container>
<mat-option class="autoCompleteInfoResult smallInputInfo" <mat-option class="autoCompleteInfoResult smallInputInfo"
*ngIf="addressBANResult.length === 0 && !addressBANLoading" disabled *ngIf="addressBANResult.length === 0 && !addressLoading" disabled
[innerHTML]="addressBANInfo"> [innerHTML]="addressBANInfo">
</mat-option> </mat-option>
<mat-option *ngIf="addressBANLoading" disabled> <mat-option *ngIf="addressLoading" disabled>
<mat-spinner diameter="20"></mat-spinner> <mat-spinner diameter="20"></mat-spinner>
</mat-option> </mat-option>
</mat-autocomplete> </mat-autocomplete>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment