🐛 Fix bug with JSON attachments on Mandrill-Node

This commit is contained in:
Jan Oberhauser
2020-09-22 16:34:21 +02:00
parent 24c95c4f09
commit ea353bbd58

View File

@@ -551,7 +551,7 @@ export class Mandrill implements INodeType {
},
{
displayName: 'Attachments',
name: 'attachments',
name: 'attachmentsJson',
type: 'json',
typeOptions: {
alwaysOpenEditWindow: true,