mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 07:28:14 +00:00
fix(tasks): include reminderId on TaskCopy
This commit is contained in:
parent
3736474a19
commit
709d40c829
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ export interface TaskCopy
|
|||
dueDay?: string | null;
|
||||
hasPlannedTime?: boolean;
|
||||
attachments: TaskAttachment[];
|
||||
reminderId?: string | null;
|
||||
|
||||
// Ensure type compatibility for internal fields
|
||||
modified?: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue