mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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
@@ -1126,7 +1126,6 @@ export class Pipedrive implements INodeType {
|
||||
name: 'org_id',
|
||||
type: 'number',
|
||||
default: 0,
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/associateWith': [
|
||||
@@ -1731,7 +1730,6 @@ export class Pipedrive implements INodeType {
|
||||
numberPrecision: 2,
|
||||
},
|
||||
default: 0.00,
|
||||
required: true,
|
||||
description: 'Price at which to add or update this product in a deal',
|
||||
},
|
||||
{
|
||||
@@ -1742,7 +1740,6 @@ export class Pipedrive implements INodeType {
|
||||
typeOptions: {
|
||||
minValue: 1,
|
||||
},
|
||||
required: true,
|
||||
description: 'How many items of this product to add/update in a deal',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user