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