mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix wrong default values
This commit is contained in:
@@ -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: '',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user