This commit is contained in:
jonaswinkler
2020-12-08 00:09:36 +01:00
parent 3f05fe45bb
commit c4a939dbcc
2 changed files with 6 additions and 2 deletions

View File

@@ -32,6 +32,10 @@ export class DocumentListComponent implements OnInit {
filterRules: FilterRule[] = []
showFilter = false
get isFiltered() {
return this.list.filterRules?.length > 0
}
getTitle() {
return this.list.savedViewTitle || "Documents"
}