Skip to content

Commit e4bbc04

Browse files
committed
Merge branch '3.5.x'
2 parents 0fedd16 + 2151f05 commit e4bbc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/elsa/fit-elsa-react/src/components/end/OutputVariable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const _OutputVariable = ({inputParams, shapeStatus}) => {
8181
</Col>
8282
</Row>
8383
<OutputVariableRow shapeStatus={shapeStatus}
84-
item={inputParams[0]}
84+
item={inputParams.find(item => item.name === 'finalOutput')}
8585
handleItemChange={handleItemChange}/>
8686
</div>
8787
</Panel>

0 commit comments

Comments
 (0)