We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ad70ec + 5f0c927 commit a6dc374Copy full SHA for a6dc374
framework/elsa/fit-elsa-react/src/components/common/JadeObservableOutput.jsx
@@ -371,7 +371,7 @@ export const TreeNode = ({
371
/>
372
</Form.Item>
373
</Col>
374
- <Col flex={'0 0 100 px'} style={{alignSelf: 'normal'}}>
+ {showDescription && <Col flex={'0 0 100 px'} style={{alignSelf: 'normal'}}>
375
<Form.Item
376
name={`description-${shape.id}-${key}`}
377
id={`description-${node.id}-${key}`}
@@ -380,7 +380,7 @@ export const TreeNode = ({
380
>
381
{getDescription(level)}
382
383
- </Col>
+ </Col>}
384
<Col flex='0 0 30px' style={{display: 'flex', justifyContent: 'center', alignItems: 'center'}}>
385
<Button disabled={disabled || !(isObjectType(type))}
386
type='text'
0 commit comments