Skip to content

Commit a6dc374

Browse files
committed
Merge branch 'elsa-0.1.x'
2 parents 2ad70ec + 5f0c927 commit a6dc374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export const TreeNode = ({
371371
/>
372372
</Form.Item>
373373
</Col>
374-
<Col flex={'0 0 100 px'} style={{alignSelf: 'normal'}}>
374+
{showDescription && <Col flex={'0 0 100 px'} style={{alignSelf: 'normal'}}>
375375
<Form.Item
376376
name={`description-${shape.id}-${key}`}
377377
id={`description-${node.id}-${key}`}
@@ -380,7 +380,7 @@ export const TreeNode = ({
380380
>
381381
{getDescription(level)}
382382
</Form.Item>
383-
</Col>
383+
</Col>}
384384
<Col flex='0 0 30px' style={{display: 'flex', justifyContent: 'center', alignItems: 'center'}}>
385385
<Button disabled={disabled || !(isObjectType(type))}
386386
type='text'

0 commit comments

Comments
 (0)