mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
fix build
This commit is contained in:
parent
a5fd679df8
commit
c2688c1209
|
@ -30,7 +30,7 @@ function hasFields(context: IExecuteFunctions, index: number): boolean {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseJson(context: IExecuteFunctions, index: number): ValueOptions[] {
|
function parseJson(_context: IExecuteFunctions, _index: number): ValueOptions[] {
|
||||||
return [{ name: 'Placeholder', type: 'number' }];
|
return [{ name: 'Placeholder', type: 'number' }];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -107,6 +107,7 @@ If you don't provide fields, all data passed into the 'Execute Workflow' node wi
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: FIELDS,
|
default: FIELDS,
|
||||||
|
noDataExpression: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Workflow Inputs',
|
displayName: 'Workflow Inputs',
|
||||||
|
|
Loading…
Reference in a new issue