mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Fix issue with required optional parameters (#3597)
* Fixed issue with Reddit node not getting all posts * Fixed remaining issues with required options
This commit is contained in:
committed by
GitHub
parent
32f245da53
commit
848fcfde5d
@@ -291,7 +291,6 @@ export const userFields: INodeProperties[] = [
|
||||
name: 'roles',
|
||||
type: 'multiOptions',
|
||||
description: 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>.',
|
||||
required: true,
|
||||
default: [],
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getRoles',
|
||||
|
||||
Reference in New Issue
Block a user