Task results popover

fix merge
This commit is contained in:
Michael Shamoon
2022-05-26 15:41:30 -07:00
parent 5c0829b052
commit 3dc617277f
4 changed files with 32 additions and 8 deletions

View File

@@ -24,4 +24,6 @@ export interface PaperlessTask extends ObjectWithId {
name: string
created: Date
result: string
}