🐛 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:
Michele Paiano
2021-11-05 15:49:31 +01:00
committed by GitHub
parent 35787455ab
commit 3ec52c1875

View File

@@ -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',