Browse Source
Update widgets-bundle-select.component.html
pull/9468/head
Igor Kulikov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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"> |
|
|
|
|