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 {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Zoho',
|
||||
name: 'zoho',
|
||||
displayName: 'Zoho CRM',
|
||||
name: 'zohoCrm',
|
||||
icon: 'file:zoho.svg',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
|
|
Loading…
Reference in a new issue