Skip to content

Commit 68bb858

Browse files
committed
Add key to node execution tabs
1 parent 23ba1d4 commit 68bb858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/client/src/flow/node.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ export const NodeExecutionPanel = ({ nodeId, renderOutput }: NodeExecutionPanelP
296296
}
297297
>
298298
<NodeExecutionTabs
299+
key={selectedKey}
299300
nodeExecutionId={Ulid.fromCanonical(selectedKey).bytes}
300301
renderOutput={renderOutput}
301-
// {...(renderOutput && { renderOutput })}
302302
/>
303303
</Suspense>
304304
)}

0 commit comments

Comments
 (0)