Fix: Stop auto-refresh logs / tasks after close (#5089)

This commit is contained in:
shamoon
2023-12-23 07:47:18 -08:00
committed by GitHub
parent 7570945cf0
commit 945fb675e9
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ export class TasksComponent
ngOnDestroy() {
this.tasksService.cancelPending()
clearInterval(this.autoRefreshInterval)
}
dismissTask(task: PaperlessTask) {