fix(import-flow): update all variables in step parameters
This commit is contained in:
@@ -63,7 +63,7 @@ const updateParameters = (parameters, stepIdMap) => {
|
||||
let updatedParameters = stringifiedParameters;
|
||||
|
||||
Object.entries(stepIdMap).forEach(([oldStepId, newStepId]) => {
|
||||
updatedParameters = updatedParameters.replace(
|
||||
updatedParameters = updatedParameters.replaceAll(
|
||||
`{{step.${oldStepId}.`,
|
||||
`{{step.${newStepId}.`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user