mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
⚡ Minor improvement to Zendesk-Credentials
This commit is contained in:
parent
9fd69bb350
commit
b08e8cba00
|
@ -13,7 +13,8 @@ export class ZendeskApi implements ICredentialType {
|
||||||
name: 'subdomain',
|
name: 'subdomain',
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
description: 'The subdomain of your Zendesk work environment.',
|
description: 'The subdomain of your Zendesk work environment.',
|
||||||
default: 'n8n',
|
placeholder: 'company',
|
||||||
|
default: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Email',
|
displayName: 'Email',
|
||||||
|
|
Loading…
Reference in a new issue