mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
fix prop picker wrt to new iter changes
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user