fix: don't introduce model validation error

This commit is contained in:
Johannes Millan 2025-10-24 18:02:58 +02:00
parent c0ef5b8140
commit e3dc7fa56f

View file

@ -54,7 +54,7 @@ export interface TaskRepeatCfgCopy {
// ... possible sub tasks & attachments
shouldInheritSubtasks?: boolean;
// Base new start date on completion date
repeatFromCompletionDate: boolean;
repeatFromCompletionDate?: boolean;
// new UX: disable auto update checkbox (auto-update is default)
disableAutoUpdateSubtasks?: boolean;
subTaskTemplates?: {