fix prop picker wrt to new iter changes

This commit is contained in:
Ruben Fiszel
2022-08-06 13:34:26 +02:00
parent ca2e945852
commit cd93d3aeeb
+1 -1
View File
@@ -246,7 +246,7 @@ function computeFlowInputPull(previewResult: any | undefined, flowInputAsObject:
index: 'The current index of the iteration as a number'
}
}
return Object.assign(Object.assign(flowInputAsObject, previewResult), iteratorValues)
return Object.assign(flowInputAsObject, iteratorValues)
}