Skip to content

Commit 17b134c

Browse files
authored
Merge branch 'release-candidate-v0.41.0' into fix/rjsf-select
2 parents ccc79ef + 9a9a2ae commit 17b134c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ApplicationGroup/AppGroup.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const processWorkflowStatuses = (
101101
wf.nodes = wf.nodes.map((node) => {
102102
switch (node.type) {
103103
case 'CI':
104-
node.status = node.isLinkedCI ? ciMap[node.parentCiPipeline]?.status : ciMap[node.id]?.status
104+
node.status = ciMap[node.id]?.status
105105
node.storageConfigured = ciMap[node.id]?.storageConfigured
106106
break
107107
case 'PRECD':

0 commit comments

Comments
 (0)