We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856fe0f commit 499b763Copy full SHA for 499b763
src/provider/bpmn/properties/AdHocCompletionProps.js
@@ -32,7 +32,7 @@ export function AdHocCompletionProps(props) {
32
{
33
id: 'cancelRemainingInstances',
34
component: CancelRemainingInstances,
35
- isEdited: (node) => node && !node.checked // the default value is true
+ isEdited: (node) => node && !!node.checked // the default value is false
36
},
37
];
38
}
0 commit comments