mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -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',
|
name: 'ccEmail',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
required: false,
|
|
||||||
placeholder: 'cc@example.com',
|
placeholder: 'cc@example.com',
|
||||||
description: 'Email address of CC recipient.',
|
description: 'Email address of CC recipient.',
|
||||||
},
|
},
|
||||||
|
@ -66,7 +65,6 @@ export class EmailSend implements INodeType {
|
||||||
name: 'bccEmail',
|
name: 'bccEmail',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
required: false,
|
|
||||||
placeholder: 'bcc@example.com',
|
placeholder: 'bcc@example.com',
|
||||||
description: 'Email address of BCC recipient.',
|
description: 'Email address of BCC recipient.',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue