mirror of
https://github.com/zadam/trilium.git
synced 2026-07-05 18:27:56 +02:00
fix(build): task row should be optional
This commit is contained in:
@@ -144,5 +144,5 @@ export interface TaskRow {
|
||||
dueDate?: string;
|
||||
isDone?: boolean;
|
||||
isDeleted?: boolean;
|
||||
utcDateModified: string;
|
||||
utcDateModified?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user