small fix.

This commit is contained in:
jonaswinkler 2020-12-03 01:03:28 +01:00
parent 6a04e95f69
commit 748b27c680

View File

@ -55,7 +55,7 @@ export class DocumentListComponent implements OnInit {
this.list.savedView = null
}
this.filterRules = this.list.filterRules
//this.showFilter = this.filterRules.length > 0
this.showFilter = this.filterRules.length > 0
// prevents temporarily visible results from previous views
this.list.documents = []
this.list.reload()