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 667e606 commit 72da5f9Copy full SHA for 72da5f9
ui/src/app/shared/workflow/wnode/hook/hook.component.ts
@@ -49,7 +49,7 @@ export class WorkflowNodeHookComponent implements OnInit {
49
) {
50
this.projectKey = this._store.selectSnapshot(ProjectState.projectSnapshot).key;
51
let workflow = this._store.selectSnapshot(WorkflowState.workflowSnapshot);
52
- this.isReadOnly = workflow.permissions.writable || !!workflow.from_template;
+ this.isReadOnly = !workflow.permissions.writable || !!workflow.from_template;
53
}
54
55
ngOnInit(): void {
0 commit comments