mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 12:49:09 +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',
|
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',
|
displayName: 'Fields To Sort By',
|
||||||
@@ -97,7 +97,7 @@ export class Sort implements INodeType {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: {},
|
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: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
type: ['simple'],
|
type: ['simple'],
|
||||||
|
|||||||
Reference in New Issue
Block a user