mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Small improvements on Drift-Node
This commit is contained in:
@@ -65,7 +65,7 @@ export const contactFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The email of the Contact',
|
||||
description: 'The email of the contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
@@ -89,14 +89,14 @@ export const contactFields = [
|
||||
name: 'name',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The name of the Contact',
|
||||
description: 'The name of the contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Phone',
|
||||
name: 'phone',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The phone number associated with the Contact',
|
||||
description: 'The phone number associated with the contact.',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -143,21 +143,21 @@ export const contactFields = [
|
||||
name: 'email',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The email of the Contact',
|
||||
description: 'The email of the contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Name',
|
||||
name: 'name',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The name of the Contact',
|
||||
description: 'The name of the contact.',
|
||||
},
|
||||
{
|
||||
displayName: 'Phone',
|
||||
name: 'phone',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The phone number associated with the Contact',
|
||||
description: 'The phone number associated with the contact.',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user