mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Fix: Stop auto-refresh logs / tasks after close (#5089)
This commit is contained in:
parent
7570945cf0
commit
945fb675e9
2 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ export class LogsComponent implements OnInit, AfterViewChecked, OnDestroy {
|
|||
ngOnDestroy(): void {
|
||||
this.unsubscribeNotifier.next(true)
|
||||
this.unsubscribeNotifier.complete()
|
||||
clearInterval(this.autoRefreshInterval)
|
||||
}
|
||||
|
||||
reloadLogs() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue