mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Move variable
This commit is contained in:
parent
6a16bdf5fd
commit
e13dbe4881
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user