Skip to content

Commit d68efaf

Browse files
committed
[ACS-10165] fix column tracking
1 parent b5d3990 commit d68efaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/aca-content/src/lib/components/library-list/library-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1 class="aca-page-title">
4141
</adf-custom-empty-content-template>
4242

4343
<data-columns>
44-
@for (column of columns; track column.id) {
44+
@for (column of columns; track trackByColumnId($index, column)) {
4545
@if (column.template && !(column.desktopOnly && isSmallScreen)) {
4646
<data-column
4747
[id]="column.id"

0 commit comments

Comments
 (0)