Skip to content

Commit ef5d1df

Browse files
authored
fixed issue with node popover (#4211)
Signed-off-by: Saranya-jena <[email protected]>
1 parent 919ab09 commit ef5d1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaoscenter/web/src/components/PipelineDiagram/Nodes/ChaosExecutionNode/ChaosExecutionNode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function ChaosExecutionNode(props: ChaosExecutionNodeProps): JSX.Element {
132132
{
133133
nodeName: props.name ?? props.data.name,
134134
stepStatus: props.status as ExperimentRunFaultStatus,
135-
chaosResult: props.data.chaosData?.chaosResult
135+
chaosResult: props.data.chaosResult
136136
},
137137
{
138138
useArrows: true,

0 commit comments

Comments
 (0)