This commit is contained in:
2026-08-28 15:44:19 +00:00
parent af07bb5043
commit 103983846d
76 changed files with 415 additions and 473 deletions
@@ -36,7 +36,7 @@
</mat-form-field>
<mat-form-field class="flex-auto">
<mat-label>Sale Category</mat-label>
<mat-select [formField]="form.saleCategory" (selectionChange)="filterOn($event.value)">
<mat-select [formField]="form.saleCategory">
@for (sc of saleCategories(); track sc) {
<mat-option [value]="sc.id">
{{ sc.name }}