mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix bug with JSON attachments on Mandrill-Node
This commit is contained in:
@@ -551,7 +551,7 @@ export class Mandrill implements INodeType {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Attachments',
|
displayName: 'Attachments',
|
||||||
name: 'attachments',
|
name: 'attachmentsJson',
|
||||||
type: 'json',
|
type: 'json',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user