chore: find the all exection nodes

pull/20215/head
Joel 1 year ago
parent cbfc32b11f
commit 743b4f8c25

@ -90,6 +90,7 @@ const ResultPanel: FC<ResultPanelProps> = ({
isLoopNode && handleShowLoopResultList && (
<LoopLogTrigger
nodeInfo={nodeInfo}
// allExecutions={[nodeInfo]}
onShowLoopResultList={handleShowLoopResultList}
/>
)

Loading…
Cancel
Save