mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
fix(build): task row should be optional
This commit is contained in:
parent
2a3546edd5
commit
2de46eb5d2
@ -144,5 +144,5 @@ export interface TaskRow {
|
||||
dueDate?: string;
|
||||
isDone?: boolean;
|
||||
isDeleted?: boolean;
|
||||
utcDateModified: string;
|
||||
utcDateModified?: string;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user