mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-31 04:02:26 +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;
|
dueDate?: string;
|
||||||
isDone?: boolean;
|
isDone?: boolean;
|
||||||
isDeleted?: boolean;
|
isDeleted?: boolean;
|
||||||
utcDateModified: string;
|
utcDateModified?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user