mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Removed some not needed properties
This commit is contained in:
@@ -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.',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user