mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🐛 Fix wrong default values
This commit is contained in:
@@ -55,7 +55,7 @@ export class MailchimpTrigger implements INodeType {
|
||||
name: 'list',
|
||||
type: 'options',
|
||||
required: true,
|
||||
default: [],
|
||||
default: '',
|
||||
description: 'The list that is gonna fire the event.',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getLists'
|
||||
|
||||
Reference in New Issue
Block a user