mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Hide trigger tooltip for nodes with static test output (#4970)
This commit is contained in:
@@ -9,6 +9,7 @@ export class ManualTrigger implements INodeType {
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Runs the flow on clicking a button in n8n',
|
||||
eventTriggerDescription: '',
|
||||
maxNodes: 1,
|
||||
defaults: {
|
||||
name: 'When clicking "Execute Workflow"',
|
||||
|
||||
Reference in New Issue
Block a user