mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-02 12:32:14 +00:00
fix: don't introduce model validation error
This commit is contained in:
parent
c0ef5b8140
commit
e3dc7fa56f
1 changed files with 1 additions and 1 deletions
|
|
@ -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?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue