Minor improvements to Pushcut Nodes

This commit is contained in:
Jan Oberhauser 2020-12-12 08:59:25 +01:00
parent 23b61475d9
commit 46e6212750
3 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ export class Pushcut implements INodeType {
], ],
}, },
}, },
default: 'Notification Name', default: '',
}, },
{ {
displayName: 'Additional Fields', displayName: 'Additional Fields',

View file

@ -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