mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 10:37:12 -04:00 
			
		
		
		
	Fix: isFiltered check before filter editor init
This commit is contained in:
		
							parent
							
								
									4aedcb856d
								
							
						
					
					
						commit
						579c35a3fe
					
				| @ -86,7 +86,7 @@ export class DocumentListComponent | ||||
|   } | ||||
| 
 | ||||
|   get isFiltered() { | ||||
|     return this.filterEditor.rulesModified | ||||
|     return !!this.filterEditor?.rulesModified | ||||
|   } | ||||
| 
 | ||||
|   getTitle() { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user