fasd
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="row-container">
|
||||
<mat-form-field class="flex-auto">
|
||||
<mat-label>Modifier Category</mat-label>
|
||||
<mat-select (selectionChange)="filterOn($event)">
|
||||
<mat-select [formField]="form.menuCategory">
|
||||
<mat-option>-- All Categories --</mat-option>
|
||||
@for (mc of modifierCategories(); track mc.id) {
|
||||
<mat-option [value]="mc.id">
|
||||
|
||||
Reference in New Issue
Block a user