Skip to content

Commit c7c93fe

Browse files
committed
Merge branch '3.5.x'
2 parents 2948c9f + 81a9077 commit c7c93fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/elsa/fit-elsa-react/src/components/common/JadeInputTree.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@ export const JadeInputTree = (
173173
initialValue={openRadioId}
174174
>
175175
<Radio.Group value={openRadioId ?? undefined} onChange={handleRadioChange}>
176-
<Tree defaultExpandAll={defaultExpandAll} blockNode className='jade-ant-tree' showLine>
176+
<Tree selectable={false} defaultExpandAll={defaultExpandAll} blockNode className='jade-ant-tree' showLine>
177177
{renderTreeNodes(treeData)}
178178
</Tree>
179179
</Radio.Group>
180180
</Form.Item>
181181
) : (
182-
<Tree defaultExpandAll={defaultExpandAll} blockNode className='jade-ant-tree' showLine>
182+
<Tree selectable={false} defaultExpandAll={defaultExpandAll} blockNode className='jade-ant-tree' showLine>
183183
{renderTreeNodes(treeData)}
184184
</Tree>
185185
)}

0 commit comments

Comments
 (0)