Updated tracking in template and choose customer fixing.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<mat-dialog-content>
|
||||
<form class="flex-col">
|
||||
<div>
|
||||
@for (sc of list(); track sc; let i = $index) {
|
||||
@for (sc of list(); track sc.id; let i = $index) {
|
||||
<div class="row-container">
|
||||
<mat-checkbox [formField]="form.saleCategories[i].saleCategory" class="flex-auto">{{ sc.name }}</mat-checkbox>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user