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:
@@ -159,7 +159,6 @@ export const nodeDescription: INodeTypeDescription = {
|
||||
},
|
||||
default: '{}',
|
||||
placeholder: '{ "field": -1 }',
|
||||
required: true,
|
||||
description: 'A JSON that defines the sort order of the result set',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user