Skip to content

Commit 19732d2

Browse files
author
Ruben van Leeuwen
committed
Stop step header from closing when picking a codeView
1 parent 177ca10 commit 19732d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/orchestrator-ui-components/src/components/WfoWorkflowSteps/WfoStep/WfoCodeViewSelector.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ export const WfoCodeViewSelector = ({
109109
idSelected={codeView}
110110
isIconOnly={true}
111111
onChange={handle}
112+
onClick={(e) => {
113+
e.stopPropagation();
114+
}}
112115
type="single"
113116
/>
114117
);

0 commit comments

Comments
 (0)