mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
⚡ small fix
This commit is contained in:
parent
7d625572c1
commit
c4c5ab4c1e
|
@ -22,7 +22,7 @@ export class CustomerIoTrigger implements INodeType {
|
||||||
subtitle: '=Updates: {{$parameter["updates"].join(", ")}}',
|
subtitle: '=Updates: {{$parameter["updates"].join(", ")}}',
|
||||||
description: 'Starts the workflow on a Customer.io update.',
|
description: 'Starts the workflow on a Customer.io update.',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Customer.io Trigger',
|
name: 'CustomerDotIO Trigger',
|
||||||
color: '#00FF00',
|
color: '#00FF00',
|
||||||
},
|
},
|
||||||
inputs: [],
|
inputs: [],
|
||||||
|
|
Loading…
Reference in a new issue