mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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
@@ -329,7 +329,6 @@ export const postFields: INodeProperties[] = [
|
||||
displayName: 'Category',
|
||||
name: 'category',
|
||||
type: 'options',
|
||||
required: true,
|
||||
default: 'top',
|
||||
description: 'Category of the posts to retrieve',
|
||||
options: [
|
||||
|
||||
Reference in New Issue
Block a user