add collapsible task result output

This commit is contained in:
Michael Shamoon
2022-05-27 10:27:42 -07:00
parent 105b90b83d
commit 6b93242cb7
4 changed files with 36 additions and 15 deletions

View File

@@ -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
})
}