diff --git a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts index 0c394e9de3..91d2bb96d8 100644 --- a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts +++ b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts @@ -152,6 +152,7 @@ export class SwitchV2 implements INodeType { type: 'fixedCollection', typeOptions: { multipleValues: true, + sortable: true, }, displayOptions: { show: { @@ -226,6 +227,7 @@ export class SwitchV2 implements INodeType { type: 'fixedCollection', typeOptions: { multipleValues: true, + sortable: true, }, displayOptions: { show: { @@ -299,6 +301,7 @@ export class SwitchV2 implements INodeType { type: 'fixedCollection', typeOptions: { multipleValues: true, + sortable: true, }, displayOptions: { show: { @@ -389,6 +392,7 @@ export class SwitchV2 implements INodeType { type: 'fixedCollection', typeOptions: { multipleValues: true, + sortable: true, }, displayOptions: { show: {