fix: reset key filter
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
<mat-form-field appearance="outline">
|
<mat-form-field appearance="outline">
|
||||||
<mat-label>Tonart</mat-label>
|
<mat-label>Tonart</mat-label>
|
||||||
<mat-select formControlName="key">
|
<mat-select formControlName="key">
|
||||||
|
<mat-option [value]="null">- kein Filter -</mat-option>
|
||||||
<mat-option *ngFor="let key of keys" [value]="key">{{key|key}}</mat-option>
|
<mat-option *ngFor="let key of keys" [value]="key">{{key|key}}</mat-option>
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
Reference in New Issue
Block a user