Skip to content

Commit 0f10ca7

Browse files
committed
track by
1 parent 1775006 commit 0f10ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/organizations/members/modal/form-modal.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 mat-dialog-title class="text-3xl font-extrabold capitalize leading-7 trackin
2323
<mat-form-field>
2424
<mat-label>Access Level Instance</mat-label>
2525
<mat-select formControlName="access_level_instance_id">
26-
@for (ali of accessLevelInstances; track ali) {
26+
@for (ali of accessLevelInstances; track ali.id) {
2727
<mat-option [value]="ali.id">{{ ali.name }}</mat-option>
2828
}
2929
</mat-select>

0 commit comments

Comments
 (0)