mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Minor improvements to Pushcut Nodes
This commit is contained in:
@@ -88,7 +88,7 @@ export class Pushcut implements INodeType {
|
||||
],
|
||||
},
|
||||
},
|
||||
default: 'Notification Name',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
|
||||
@@ -21,7 +21,7 @@ export class PushcutTrigger implements INodeType {
|
||||
icon: 'file:pushcut.png',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Starts the workflow when a Github events occurs.',
|
||||
description: 'Starts the workflow when a Pushcut events occurs.',
|
||||
defaults: {
|
||||
name: 'Pushcut Trigger',
|
||||
color: '#1f2957',
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user