mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Same thing, wait for promise to return =/
This commit is contained in:
parent
716005fbd2
commit
ac459b84c6
1 changed files with 2 additions and 2 deletions
|
|
@ -73,14 +73,14 @@ export class DocumentListComponent implements OnInit {
|
|||
}
|
||||
this.list.savedView = view
|
||||
this.list.reload()
|
||||
this.rulesChanged()
|
||||
})
|
||||
} else {
|
||||
this.list.savedView = null
|
||||
this.list.reload()
|
||||
this.rulesChanged()
|
||||
}
|
||||
})
|
||||
|
||||
this.rulesChanged()
|
||||
}
|
||||
|
||||
loadViewConfig(view: PaperlessSavedView) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue