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 e4c171b commit 32d520bCopy full SHA for 32d520b
src/components/app/details/triggerView/workflow/Workflow.tsx
@@ -321,7 +321,7 @@ export class Workflow extends Component<WorkflowProps> {
321
}
322
323
onClickNodeEdge = (nodeId: number) => {
324
- this.context.onClickCDMaterial(nodeId, DeploymentNodeType.CD, true)
+ this.context.onClickApprovalModal(nodeId)
325
this.props.history.push({
326
search: `${TRIGGER_VIEW_PARAMS.APPROVAL_NODE}=${nodeId}`,
327
})
0 commit comments