Browse Source

Update widgets-bundle-select.component.html

pull/9468/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
e5f1004287
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui-ngx/src/app/shared/components/widgets-bundle-select.component.html

1
ui-ngx/src/app/shared/components/widgets-bundle-select.component.html

@ -30,7 +30,6 @@
</div>
</mat-select-trigger>
<mat-option [value]="null" *ngIf="!required">
---
</mat-option>
<mat-option *ngFor="let widgetsBundle of widgetsBundles$ | async" [value]="widgetsBundle">
<div class="tb-bundle-item">

Loading…
Cancel
Save