mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Minor improvement to Zendesk-Credentials
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user