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
@@ -22,7 +22,7 @@
[displayWith]="displayFn"
(optionSelected)="selected($event)"
>
@for (customer of customers(); track customer) {
@for (customer of customers(); track customer.id) {
<mat-option [value]="customer">{{ customer.name }} - {{ customer.phone }}</mat-option>
}
</mat-autocomplete>