fix(Switch Node): Allow sortable Switch rules (#7555)

Github issue / Community forum post (link here to close automatically):

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
OlegIvaniv 2023-10-31 09:13:31 +01:00 committed by GitHub
parent 655efeaf66
commit 7a56e58a60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {