mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Move variable
This commit is contained in:
		| @@ -33,6 +33,8 @@ export class DocumentListComponent implements OnInit { | ||||
|  | ||||
|   displayMode = 'smallCards' // largeCards, smallCards, details | ||||
|  | ||||
|   filterRulesModified: boolean = false | ||||
|  | ||||
|   getTitle() { | ||||
|     return this.list.savedViewTitle || $localize`Documents` | ||||
|   } | ||||
| @@ -127,8 +129,6 @@ export class DocumentListComponent implements OnInit { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   filterRulesModified: boolean = false | ||||
|  | ||||
|   rulesChanged() { | ||||
|     let modified = false | ||||
|     if (this.list.savedView == null) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon