mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
bugfix
This commit is contained in:
parent
5456d5eafa
commit
e9758d5224
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ export class DocumentListComponent implements OnInit {
|
|||
if (params.has('id')) {
|
||||
this.list.savedView = this.savedViewConfigService.getConfig(params.get('id'))
|
||||
this.filterRules = this.list.filterRules
|
||||
this.showFilter = false
|
||||
} else {
|
||||
this.list.savedView = null
|
||||
this.filterRules = this.list.filterRules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue