Move variable

This commit is contained in:
Michael Shamoon 2021-01-06 07:57:33 -08:00
parent 6a16bdf5fd
commit e13dbe4881

View File

@ -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) {