mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07: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,
|
||||
noDataExpression: true,
|
||||
displayOptions: {
|
||||
show: { '@version': [{ _cnd: { gte: 1.1 } }] },
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName:
|
||||
|
|
Loading…
Reference in a new issue