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

View File

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