restore function was lost in merge

This commit is contained in:
Michael Shamoon 2021-01-06 10:57:13 -08:00
parent 086dccc177
commit 716005fbd2

View File

@ -35,6 +35,10 @@ export class DocumentListComponent implements OnInit {
filterRulesModified: boolean = false
get isFiltered() {
return this.list.filterRules?.length > 0
}
getTitle() {
return this.list.savedViewTitle || $localize`Documents`
}