Fix output params
[sdc/sdc-workflow-designer.git] / workflow-designer-ui / src / main / frontend / src / features / version / composition / custom-properties-provider / provider / camunda / parts / implementation / InputOutputUpdater.js
index bc05b87..056a2db 100644 (file)
@@ -36,7 +36,7 @@ export default ({ element, bo, bpmnFactory, activityInputsOutputs }) => {
         })
     );
 
-    const outputs = activityInputsOutputs.inputs.map(({ name, value }) =>
+    const outputs = activityInputsOutputs.outputs.map(({ name, value }) =>
         createElement(OUTPUT, newInputOutput, bpmnFactory, {
             name,
             type: 'Text',