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