diff --git a/src/app/_dialogs/workflow-spec-dialog/workflow-spec-dialog.component.ts b/src/app/_dialogs/workflow-spec-dialog/workflow-spec-dialog.component.ts index b6ed230..b5bc711 100644 --- a/src/app/_dialogs/workflow-spec-dialog/workflow-spec-dialog.component.ts +++ b/src/app/_dialogs/workflow-spec-dialog/workflow-spec-dialog.component.ts @@ -88,26 +88,6 @@ export class WorkflowSpecDialogComponent { required: true, }, }, - { - key: 'standalone', - type: 'checkbox', - defaultValue: this.data.standalone ? this.data.standalone : false, - templateOptions: { - label: 'Standalone', - description: 'Is this a standalone workflow?', - indeterminate: false, - }, - }, - { - key: 'library', - type: 'checkbox', - defaultValue: this.data.library ? this.data.library : false, - templateOptions: { - label: 'Library', - description: 'Is this a library workflow?', - indeterminate: false, - }, - }, ]; }); } diff --git a/src/app/workflow-spec-list/workflow-spec-list.component.html b/src/app/workflow-spec-list/workflow-spec-list.component.html index 5aef44b..7c0cf6b 100644 --- a/src/app/workflow-spec-list/workflow-spec-list.component.html +++ b/src/app/workflow-spec-list/workflow-spec-list.component.html @@ -3,11 +3,11 @@