fix(Sort Node): Fix field description (no-changelog) (#15762)

This commit is contained in:
Shireen Missi
2025-05-29 10:00:55 +01:00
committed by GitHub
parent c12784600f
commit 50388d471f

View File

@@ -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'],