mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Make it possible to define dependencies for loadOptions
This commit is contained in:
@@ -63,6 +63,9 @@ export class EventbriteTrigger implements INodeType {
|
||||
type: 'options',
|
||||
required: true,
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: [
|
||||
'organization',
|
||||
],
|
||||
loadOptionsMethod: 'getEvents'
|
||||
},
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user