Browse Source

UI: Angular 15 migration fix

pull/8600/head
Igor Kulikov 3 years ago
parent
commit
21a49ff2d5
  1. 2
      ui-ngx/src/app/shared/components/widgets-bundle-search.component.html

2
ui-ngx/src/app/shared/components/widgets-bundle-search.component.html

@ -23,7 +23,7 @@
(focus)="toggleFocus()"
(blur)="toggleFocus()"
[placeholder]=placeholder>
<button mat-button type="button" *ngIf="searchText" mat-icon-button (click)="clear($event)">
<button type="button" *ngIf="searchText" mat-icon-button (click)="clear($event)">
<mat-icon class="close">close</mat-icon>
</button>
</div>

Loading…
Cancel
Save