mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
fix(Workflow Trigger Node): Display dropdown for V1.1 and up only (#12002)
This commit is contained in:
parent
75a571e02b
commit
dc400b73c6
|
@ -217,6 +217,9 @@ If you don't provide fields, all data passed into the 'Execute Workflow' node wi
|
||||||
],
|
],
|
||||||
default: WORKFLOW_INPUTS,
|
default: WORKFLOW_INPUTS,
|
||||||
noDataExpression: true,
|
noDataExpression: true,
|
||||||
|
displayOptions: {
|
||||||
|
show: { '@version': [{ _cnd: { gte: 1.1 } }] },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName:
|
displayName:
|
||||||
|
|
Loading…
Reference in a new issue