mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Sort Node): Fix field description (no-changelog) (#15762)
This commit is contained in:
@@ -49,7 +49,7 @@ export class Sort implements INodeType {
|
||||
},
|
||||
],
|
||||
default: 'simple',
|
||||
description: 'The fields of the input items to compare to see if they are the same',
|
||||
description: 'The type of sorting to perform',
|
||||
},
|
||||
{
|
||||
displayName: 'Fields To Sort By',
|
||||
@@ -97,7 +97,7 @@ export class Sort implements INodeType {
|
||||
},
|
||||
],
|
||||
default: {},
|
||||
description: 'The fields of the input items to compare to see if they are the same',
|
||||
description: 'The fields of the input items to sort by',
|
||||
displayOptions: {
|
||||
show: {
|
||||
type: ['simple'],
|
||||
|
||||
Reference in New Issue
Block a user