diff --git a/src/components/workflowEditor/nodes/CINode.tsx b/src/components/workflowEditor/nodes/CINode.tsx index 0c90efede0..ff79ca6201 100644 --- a/src/components/workflowEditor/nodes/CINode.tsx +++ b/src/components/workflowEditor/nodes/CINode.tsx @@ -36,7 +36,7 @@ export class CINode extends Component { // stopPropagation to stop redirection to ci-details e.stopPropagation() e.preventDefault() - this.props.navigate(`${URLS.LINKED_CI_DETAILS}/${this.props.id}`) + this.props.navigate(`${URLS.APP_WORKFLOW_CONFIG}/${URLS.LINKED_CI_DETAILS}/${this.props.id}`) } onClickAddNode = (event: any) => {