Task results popover

fix merge
This commit is contained in:
Michael Shamoon
2022-05-26 21:18:39 -07:00
parent 5c0829b052
commit 3dc617277f
4 changed files with 32 additions and 8 deletions
+2
View File
@@ -24,4 +24,6 @@ export interface PaperlessTask extends ObjectWithId {
name: string
created: Date
result: string
}