Updated tracking in template and choose customer fixing.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<mat-form-field class="flex-auto">
|
||||
<mat-label>Section</mat-label>
|
||||
<mat-select [formField]="form.section">
|
||||
@for (s of sections(); track s) {
|
||||
@for (s of sections(); track s.id) {
|
||||
<mat-option [value]="s.id">
|
||||
{{ s.name }}
|
||||
</mat-option>
|
||||
|
||||
Reference in New Issue
Block a user