Skip to content

Commit c4a93db

Browse files
fix: tracking the index not name
1 parent 764ff48 commit c4a93db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/pages/config-wizard/tabs/entities-tab/entities-tab.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ import { SchemaImporterService } from '../../../../services/schema-importer.serv
833833
</tr>
834834
</thead>
835835
<tbody>
836-
@for (col of entity.columns; track col.name; let idx = $index) {
836+
@for (col of entity.columns; track idx; let idx = $index) {
837837
<tr>
838838
<td>
839839
<input

0 commit comments

Comments
 (0)