mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
add collapsible task result output
This commit is contained in:
parent
6b1c50b051
commit
cd44151e16
4 changed files with 36 additions and 15 deletions
|
|
@ -53,7 +53,6 @@ export class TasksService {
|
|||
.subscribe((r) => {
|
||||
this.fileTasks = r.filter((t) => t.type == PaperlessTaskType.File) // they're all File tasks, for now
|
||||
this.loading = false
|
||||
return true
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue