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 { import {
INodeProperties, INodeProperties,
} from 'n8n-workflow'; } from 'n8n-workflow';
export const notificationOperations = [ export const notificationOperations = [
{ {
@ -28,9 +28,9 @@ export const notificationOperations = [
export const notificationFields = [ export const notificationFields = [
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
/* notification:send */ /* notification:send */
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
{ {
displayName: 'Message', displayName: 'Message',
name: 'message', name: 'message',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB