🐛 Fix wrong default values

This commit is contained in:
Jan Oberhauser
2020-01-04 22:19:10 -06:00
parent 4c3750db9f
commit f4acd47f80
9 changed files with 23 additions and 23 deletions

View File

@@ -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'