mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🐛 Fix issue that it did not save values for parameters which did get
displayed depending on another parameter with expression
This commit is contained in:
@@ -337,7 +337,6 @@ export const workflowHelpers = mixins(
|
||||
return nodeData;
|
||||
},
|
||||
|
||||
// Executes the given expression and returns its value
|
||||
resolveExpression (expression: string, siblingParameters: INodeParameters = {}) {
|
||||
const inputIndex = 0;
|
||||
const itemIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user