mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix: fix log line trackby function
This commit is contained in:
		@@ -36,9 +36,7 @@
 | 
			
		||||
      <ng-container i18n>Loading...</ng-container>
 | 
			
		||||
    </div>
 | 
			
		||||
  }
 | 
			
		||||
  @for (log of logs; track log) {
 | 
			
		||||
    <p
 | 
			
		||||
      class="m-0 p-0 log-entry-{{getLogLevel(log)}}"
 | 
			
		||||
    >{{log}}</p>
 | 
			
		||||
  @for (log of logs; track $index) {
 | 
			
		||||
    <p class="m-0 p-0 log-entry-{{getLogLevel(log)}}">{{log}}</p>
 | 
			
		||||
  }
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user