mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 00:35:30 +01:00
restore function was lost in merge
This commit is contained in:
parent
086dccc177
commit
716005fbd2
1 changed files with 4 additions and 0 deletions
|
|
@ -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`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue