mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -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