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:
@@ -302,7 +302,6 @@ export const dealFields: INodeProperties[] = [
|
||||
displayName: 'Deal Stage Name or ID',
|
||||
name: 'stage',
|
||||
type: 'options',
|
||||
required: true,
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getDealStages',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user