mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
bugfix
This commit is contained in:
parent
8b16cd99dc
commit
1b5b07a020
1 changed files with 3 additions and 1 deletions
|
|
@ -90,7 +90,9 @@ export class AppFrameComponent implements OnInit, OnDestroy {
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnDestroy() {
|
ngOnDestroy() {
|
||||||
|
if (this.openDocumentsSubscription) {
|
||||||
this.openDocumentsSubscription.unsubscribe()
|
this.openDocumentsSubscription.unsubscribe()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue