Updated tracking in template and choose customer fixing.

This commit is contained in:
2026-09-04 08:13:26 +00:00
parent 3d86f8706f
commit 95ac73bbc4
37 changed files with 120 additions and 116 deletions
@@ -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>