Minor improvement to Zendesk-Credentials

This commit is contained in:
Jan Oberhauser 2020-08-27 09:00:01 +02:00
parent 9fd69bb350
commit b08e8cba00

View file

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