From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:35:12 +0000 (-0800) Subject: Fix: resolve error in trackBy X-Git-Tag: v2.14.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee72e2d1fdd1b3e2149ca4097af1c3f86eeb42ea;p=thirdparty%2Fpaperless-ngx.git Fix: resolve error in trackBy --- diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html index 6ebbd6055..84e415815 100644 --- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html +++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html @@ -32,7 +32,7 @@ {{document.title | documentTitle}} } @if (displayFields.includes(DisplayField.TAGS)) { - @for (tagID of document.tags; track t) { + @for (tagID of document.tags; track tagID) { } }