mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🔨 Restore old node name
This commit is contained in:
parent
e337bffa35
commit
939f9cf5d8
|
@ -61,8 +61,8 @@ import {
|
||||||
|
|
||||||
export class ZohoCrm implements INodeType {
|
export class ZohoCrm implements INodeType {
|
||||||
description: INodeTypeDescription = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'Zoho',
|
displayName: 'Zoho CRM',
|
||||||
name: 'zoho',
|
name: 'zohoCrm',
|
||||||
icon: 'file:zoho.svg',
|
icon: 'file:zoho.svg',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
|
|
Loading…
Reference in a new issue