Fix tab ids & date parsing

This commit is contained in:
Michael Shamoon
2022-09-27 17:56:04 -07:00
parent a96ac56c2b
commit 081363a302
4 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ export interface PaperlessTask extends ObjectWithId {
name: string
created: Date
date_created: Date
done?: Date