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:
mike cullerton 2021-05-06 11:53:07 -04:00
parent b45f529a89
commit b40348e505
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ export class WorkflowSpecDialogComponent {
templateOptions: { templateOptions: {
label: 'Standalone', label: 'Standalone',
description: 'Is this a standalone workflow?', description: 'Is this a standalone workflow?',
required: true,
}, },
}, },
]; ];