mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Fix frontend tasks display
This commit is contained in:
parent
a3bc3b78d5
commit
9b602a4bf0
4 changed files with 88 additions and 203 deletions
|
|
@ -25,9 +25,9 @@ export interface PaperlessTask extends ObjectWithId {
|
|||
|
||||
date_created: Date
|
||||
|
||||
done?: Date
|
||||
date_done?: Date
|
||||
|
||||
result: string
|
||||
result?: string
|
||||
|
||||
related_document?: number
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue