Merge pull request #89 from sartography/bug/standalone-323

Fixes 323 - standalone false by default
This commit is contained in:
Mike Cullerton 2021-07-12 10:07:11 -04:00 committed by GitHub
commit 9307c32d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
},
},
];