diff --git a/models/process/src/index.ts b/models/process/src/index.ts index 5f939b9f42..562b75eeb1 100644 --- a/models/process/src/index.ts +++ b/models/process/src/index.ts @@ -550,7 +550,7 @@ export function createModel (builder: Builder): void { { key: 'showDone', type: 'toggle', - defaultValue: true, + defaultValue: false, actionTarget: 'query', action: process.function.ShowDoneQuery, label: process.string.ShowDone diff --git a/plugins/card-resources/src/components/MarkupProperties.svelte b/plugins/card-resources/src/components/MarkupProperties.svelte index 3dce494d83..d0a6b1d8f4 100644 --- a/plugins/card-resources/src/components/MarkupProperties.svelte +++ b/plugins/card-resources/src/components/MarkupProperties.svelte @@ -66,11 +66,6 @@