mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
⚡ Removed some not needed properties
This commit is contained in:
parent
c5597cd4d2
commit
ba4bb50bbb
|
@ -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.',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue