Minor improvements to Line-Node

This commit is contained in:
Jan Oberhauser 2020-11-10 19:09:13 +01:00
parent 1ce19de200
commit 6125dee8f1
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from 'n8n-workflow';
} from 'n8n-workflow';
export const notificationOperations = [
{
@ -28,9 +28,9 @@ export const notificationOperations = [
export const notificationFields = [
/* -------------------------------------------------------------------------- */
/* notification:send */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* notification:send */
/* -------------------------------------------------------------------------- */
{
displayName: 'Message',
name: 'message',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB