Fix: Left in a trigger
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</mat-form-field>
|
||||
<mat-form-field class="flex-auto">
|
||||
<mat-label>Product Type</mat-label>
|
||||
<mat-select [formField]="form.productGroup" (selectionChange)="filterProductGroup($event.value)">
|
||||
<mat-select [formField]="form.productGroup">
|
||||
<mat-option [value]="null">-- All Products --</mat-option>
|
||||
@for (mc of productGroups(); track mc) {
|
||||
<mat-option [value]="mc.id">
|
||||
|
||||
Reference in New Issue
Block a user