Fixes 323 - standalone false by default
This commit is contained in:
parent
d02bf21d9d
commit
b950a32fbd
|
@ -98,6 +98,7 @@ export class WorkflowSpecDialogComponent {
|
|||
label: 'Standalone',
|
||||
description: 'Is this a standalone workflow?',
|
||||
required: true,
|
||||
indeterminate: false,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue