Timewindow: added empty option for default group interval selection

This commit is contained in:
Ekaterina Chantsova 2024-11-29 18:40:44 +02:00
parent 03636cfb05
commit fc40266428

View File

@ -32,6 +32,7 @@
[subscriptSizing]="subscriptSizing" [appearance]="appearance"> [subscriptSizing]="subscriptSizing" [appearance]="appearance">
<mat-select formControlName="defaultAggInterval" <mat-select formControlName="defaultAggInterval"
placeholder="{{ 'action.set' | translate }}"> placeholder="{{ 'action.set' | translate }}">
<mat-option>--</mat-option>
<mat-option *ngFor="let interval of selectedIntervals" [value]="interval.value"> <mat-option *ngFor="let interval of selectedIntervals" [value]="interval.value">
{{ interval.name | translate:interval.translateParams }} {{ interval.name | translate:interval.translateParams }}
</mat-option> </mat-option>