Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/workflowEditor/nodes/CINode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// 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}`)

Check warning on line 39 in src/components/workflowEditor/nodes/CINode.tsx

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

'URLS' is deprecated.

See more on https://sonarcloud.io/project/issues?id=devtron-labs_dashboard&issues=AZ7fkUo7JVyiif5EPh_6&open=AZ7fkUo7JVyiif5EPh_6&pullRequest=3114
}

onClickAddNode = (event: any) => {
Expand Down
Loading