mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
Fix Pipedrive description
This commit is contained in:
parent
f26199f690
commit
4e6d9caa71
|
@ -21,7 +21,7 @@ export class Pipedrive implements INodeType {
|
||||||
icon: 'file:pipedrive.png',
|
icon: 'file:pipedrive.png',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Access and edit Asana tasks',
|
description: 'Create and edit data in Pipedrive',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Pipedrive',
|
name: 'Pipedrive',
|
||||||
color: '#227722',
|
color: '#227722',
|
||||||
|
|
Loading…
Reference in a new issue