mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
small fix.
This commit is contained in:
parent
6a04e95f69
commit
748b27c680
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export class DocumentListComponent implements OnInit {
|
||||||
this.list.savedView = null
|
this.list.savedView = null
|
||||||
}
|
}
|
||||||
this.filterRules = this.list.filterRules
|
this.filterRules = this.list.filterRules
|
||||||
//this.showFilter = this.filterRules.length > 0
|
this.showFilter = this.filterRules.length > 0
|
||||||
// prevents temporarily visible results from previous views
|
// prevents temporarily visible results from previous views
|
||||||
this.list.documents = []
|
this.list.documents = []
|
||||||
this.list.reload()
|
this.list.reload()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue