mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
✨ Make it possible to define dependencies for loadOptions
This commit is contained in:
@@ -124,7 +124,7 @@ export default mixins(
|
||||
getArgument (
|
||||
argumentName: string,
|
||||
parameter: INodeProperties,
|
||||
): string | number | boolean | undefined {
|
||||
): string | string[] | number | boolean | undefined{
|
||||
if (parameter.typeOptions === undefined) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user