mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34: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',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
description: 'The subdomain of your Zendesk work environment.',
|
||||
default: 'n8n',
|
||||
placeholder: 'company',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Email',
|
||||
|
|
Loading…
Reference in a new issue