mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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
@@ -541,7 +541,6 @@ export class Wait implements INodeType {
|
||||
name: 'binaryPropertyName',
|
||||
type: 'string',
|
||||
default: 'data',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
binaryData: [
|
||||
|
||||
Reference in New Issue
Block a user