We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00ca19 commit 8ec2d33Copy full SHA for 8ec2d33
src/components/d-flow/DFlow.view.ts
@@ -329,7 +329,7 @@ export class NodeParameterView {
329
330
jsonInput(): NodeParameterInput {
331
return <NodeParameterInput>{
332
- value: this._value instanceof NodeFunctionView ? this._value.json() : this._value,
+ value: this._value instanceof NodeFunctionView ? this._value.jsonInput() : this._value,
333
runtimeParameterDefinitionId: this.runtimeParameter?.id
334
}
335
0 commit comments