mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
add deal description to hubspot
This commit is contained in:
parent
8764171989
commit
79d544bbd4
|
@ -170,6 +170,12 @@ export const dealFields = [
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Deal Description',
|
||||||
|
name: 'description',
|
||||||
|
type: 'string',
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Deal Name',
|
displayName: 'Deal Name',
|
||||||
name: 'dealName',
|
name: 'dealName',
|
||||||
|
|
Loading…
Reference in a new issue