Removed some not needed properties

This commit is contained in:
Jan Oberhauser 2020-02-25 11:42:05 +01:00
parent c5597cd4d2
commit ba4bb50bbb

View file

@ -57,7 +57,6 @@ export class EmailSend implements INodeType {
name: 'ccEmail',
type: 'string',
default: '',
required: false,
placeholder: 'cc@example.com',
description: 'Email address of CC recipient.',
},
@ -66,7 +65,6 @@ export class EmailSend implements INodeType {
name: 'bccEmail',
type: 'string',
default: '',
required: false,
placeholder: 'bcc@example.com',
description: 'Email address of BCC recipient.',
},