fix(core): fix single-node execution failing in main mode (#4421)

* 🐛 Fix Manual Trigger group

* 🐛 Account for single-node execution
This commit is contained in:
Iván Ovejero
2022-10-24 15:03:41 +02:00
committed by GitHub
parent 1732324965
commit 5745027cee
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ export class ManualTrigger implements INodeType {
displayName: 'Manual Trigger',
name: 'manualTrigger',
icon: 'fa:mouse-pointer',
group: ['trigger', 'input'],
group: ['trigger'],
version: 1,
description: 'Runs the flow on clicking a button in n8n',
maxNodes: 1,