Set the `standalone` parameter to `required`. This fixes a problem when creating workflow specs where the new spec was not created if standalone was not set.
This commit is contained in:
parent
b45f529a89
commit
b40348e505
|
@ -97,6 +97,7 @@ export class WorkflowSpecDialogComponent {
|
|||
templateOptions: {
|
||||
label: 'Standalone',
|
||||
description: 'Is this a standalone workflow?',
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue