Task results popover

fix merge
This commit is contained in:
Michael Shamoon
2022-05-26 15:41:30 -07:00
parent 09f637a4cb
commit 990fc5195a
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
}