We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919ab09 commit ef5d1dfCopy full SHA for ef5d1df
chaoscenter/web/src/components/PipelineDiagram/Nodes/ChaosExecutionNode/ChaosExecutionNode.tsx
@@ -132,7 +132,7 @@ function ChaosExecutionNode(props: ChaosExecutionNodeProps): JSX.Element {
132
{
133
nodeName: props.name ?? props.data.name,
134
stepStatus: props.status as ExperimentRunFaultStatus,
135
- chaosResult: props.data.chaosData?.chaosResult
+ chaosResult: props.data.chaosResult
136
},
137
138
useArrows: true,
0 commit comments