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 && ( isLoopNode && handleShowLoopResultList && (
<LoopLogTrigger <LoopLogTrigger
nodeInfo={nodeInfo} nodeInfo={nodeInfo}
// allExecutions={[nodeInfo]}
onShowLoopResultList={handleShowLoopResultList} onShowLoopResultList={handleShowLoopResultList}
/> />
) )

Loading…
Cancel
Save