Fix: Left in a trigger

This commit is contained in:
2026-08-29 20:31:48 +00:00
parent 09b11e7e79
commit 3df19b7eb8
@@ -23,7 +23,7 @@
</mat-form-field> </mat-form-field>
<mat-form-field class="flex-auto"> <mat-form-field class="flex-auto">
<mat-label>Product Type</mat-label> <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> <mat-option [value]="null">-- All Products --</mat-option>
@for (mc of productGroups(); track mc) { @for (mc of productGroups(); track mc) {
<mat-option [value]="mc.id"> <mat-option [value]="mc.id">