We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fea81 commit 5f0c927Copy full SHA for 5f0c927
framework/elsa/fit-elsa-react/src/components/common/JadeObservableOutput.jsx
@@ -369,7 +369,7 @@ export const TreeNode = ({
369
/>
370
</Form.Item>
371
</Col>
372
- <Col flex={'0 0 100 px'} style={{alignSelf: 'normal'}}>
+ {showDescription && <Col flex={'0 0 100 px'} style={{alignSelf: 'normal'}}>
373
<Form.Item
374
name={`description-${shape.id}-${key}`}
375
id={`description-${node.id}-${key}`}
@@ -378,7 +378,7 @@ export const TreeNode = ({
378
>
379
{getDescription(level)}
380
381
- </Col>
+ </Col>}
382
<Col flex='0 0 30px' style={{display: 'flex', justifyContent: 'center', alignItems: 'center'}}>
383
<Button disabled={disabled || !(isObjectType(type))}
384
type='text'
0 commit comments