mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Minor improvements to Pushcut Nodes
This commit is contained in:
parent
23b61475d9
commit
46e6212750
|
@ -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 |
Loading…
Reference in a new issue