Skip to content

Commit 32d520b

Browse files
committed
fix: use approval on click
1 parent e4c171b commit 32d520b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/details/triggerView/workflow/Workflow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class Workflow extends Component<WorkflowProps> {
321321
}
322322

323323
onClickNodeEdge = (nodeId: number) => {
324-
this.context.onClickCDMaterial(nodeId, DeploymentNodeType.CD, true)
324+
this.context.onClickApprovalModal(nodeId)
325325
this.props.history.push({
326326
search: `${TRIGGER_VIEW_PARAMS.APPROVAL_NODE}=${nodeId}`,
327327
})

0 commit comments

Comments
 (0)