Fix tab ids & date parsing

This commit is contained in:
Michael Shamoon
2022-09-27 17:56:04 -07:00
parent 14b6216b49
commit c289439cab
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