mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
⚡ Update Switch-Node description
This commit is contained in:
parent
70728a00b7
commit
fcbb708dab
|
@ -15,10 +15,10 @@ export class Switch implements INodeType {
|
|||
icon: 'fa:map-signs',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'Splits a stream depending on defined compare operations.',
|
||||
description: 'Route items depending on defined expression or rules.',
|
||||
defaults: {
|
||||
name: 'Switch',
|
||||
color: '#408000',
|
||||
color: '#506000',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main', 'main', 'main', 'main'],
|
||||
|
|
Loading…
Reference in a new issue