mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Frontend better handle slow backend requests
This commit is contained in:
parent
46a39190a4
commit
faed7683be
13 changed files with 133 additions and 56 deletions
|
|
@ -185,7 +185,7 @@ export class DocumentListComponent
|
|||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
// unsubscribes all
|
||||
this.list.cancelPending()
|
||||
this.unsubscribeNotifier.next(this)
|
||||
this.unsubscribeNotifier.complete()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue