mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +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',
|
displayName: 'Additional Fields',
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export class PushcutTrigger implements INodeType {
|
|||||||
icon: 'file:pushcut.png',
|
icon: 'file:pushcut.png',
|
||||||
group: ['trigger'],
|
group: ['trigger'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Starts the workflow when a Github events occurs.',
|
description: 'Starts the workflow when a Pushcut events occurs.',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Pushcut Trigger',
|
name: 'Pushcut Trigger',
|
||||||
color: '#1f2957',
|
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