Fixes 323 - standalone false by default

This commit is contained in:
Leashys 2021-07-09 15:44:01 -04:00
parent d02bf21d9d
commit b950a32fbd
1 changed files with 1 additions and 0 deletions

View File

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