mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
⚡ Fix name of TogglTrigger-Node
This commit is contained in:
parent
8ffe5824a9
commit
30e07bd81d
|
@ -11,7 +11,7 @@ import { togglApiRequest } from './GenericFunctions';
|
||||||
|
|
||||||
export class TogglTrigger implements INodeType {
|
export class TogglTrigger implements INodeType {
|
||||||
description: INodeTypeDescription = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'Toggl',
|
displayName: 'Toggl Trigger',
|
||||||
name: 'toggl',
|
name: 'toggl',
|
||||||
icon: 'file:toggl.png',
|
icon: 'file:toggl.png',
|
||||||
group: ['trigger'],
|
group: ['trigger'],
|
||||||
|
|
Loading…
Reference in a new issue