We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896dd46 commit 18c5f78Copy full SHA for 18c5f78
ui/src/app/views/workflow/show/workflow.component.ts
@@ -90,8 +90,8 @@ export class WorkflowShowComponent implements OnInit {
90
} else {
91
this.detailedWorkflow = s.workflow;
92
}
93
- this.isReadOnly = !!this.detailedWorkflow.from_template;
94
if (this.detailedWorkflow) {
+ this.isReadOnly = !!this.detailedWorkflow.from_template;
95
let from_repository = this.detailedWorkflow.from_repository;
96
this.previewWorkflow = this.detailedWorkflow.preview;
97
this.groups = cloneDeep(this.detailedWorkflow.groups);
0 commit comments