Skip to content

Commit fa34d9c

Browse files
author
Amrit Kashyap Borah
committed
Merge branch 'release-candidate-v0.39.0' of github.com:devtron-labs/devtron-fe-common-lib into feat/rb-table
2 parents 181f899 + 321c03f commit fa34d9c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.16.0-pre-7",
3+
"version": "1.16.0-pre-9",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/WorkflowOptionsModal/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const getReceiveWorkflowCardsConfig = ({
122122
)
123123
.filter(Boolean)
124124

125-
if (currentPipelineType !== CIPipelineNodeType.LINKED_CD) {
125+
if (linkedCDSourceVariant && currentPipelineType !== CIPipelineNodeType.LINKED_CD) {
126126
config.push(linkedCDSourceVariant)
127127
}
128128

0 commit comments

Comments
 (0)