🐛 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

@@ -54,7 +54,7 @@ export class EventbriteTrigger implements INodeType {
typeOptions: {
loadOptionsMethod: 'getOrganizations'
},
default: [],
default: '',
description: '',
},
{
@@ -65,7 +65,7 @@ export class EventbriteTrigger implements INodeType {
typeOptions: {
loadOptionsMethod: 'getEvents'
},
default: [],
default: '',
description: '',
},
{