mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Zendesk node: fix user External ID option name (#2392)
Incorrect name of the "External ID" option prevents the "external_id" property from being correctly valued on Zendesk. Co-authored-by: MizziMizzi <michele.paiano@spotview.it>
This commit is contained in:
parent
35787455ab
commit
3ec52c1875
|
@ -130,7 +130,7 @@ export const userFields = [
|
|||
},
|
||||
{
|
||||
displayName: 'External ID',
|
||||
name: 'externalId',
|
||||
name: 'external_id',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'A unique identifier from another system',
|
||||
|
@ -387,7 +387,7 @@ export const userFields = [
|
|||
},
|
||||
{
|
||||
displayName: 'External ID',
|
||||
name: 'externalId',
|
||||
name: 'external_id',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'A unique identifier from another system',
|
||||
|
|
Loading…
Reference in a new issue