mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: fix tag track expression in lists
This commit is contained in:
		| @@ -310,7 +310,7 @@ | ||||
|                       </div> | ||||
|                     } | ||||
|                     @if (activeDisplayFields.includes(DisplayField.TAGS)) { | ||||
|                       @for (tagID of d.tags; track t) { | ||||
|                       @for (tagID of d.tags; track tagID) { | ||||
|                         <pngx-tag [tagID]="tagID" class="ms-1 fs-6" clickable="true" linkTitle="Filter by tag" i18n-linkTitle (click)="clickTag(tagID);$event.stopPropagation()"></pngx-tag> | ||||
|                       } | ||||
|                     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon