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 (#3577)
This commit is contained in:
@@ -147,7 +147,6 @@ export const collectionFields: INodeProperties[] = [
|
||||
displayName: 'Populate',
|
||||
name: 'populate',
|
||||
type: 'boolean',
|
||||
required: true,
|
||||
default: true,
|
||||
description: 'Whether to resolve linked collection items',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user