mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
feat(IF Node): Node description update no-changelog (#5702)
This commit is contained in:
parent
11bf260bf1
commit
02e35819ab
|
@ -16,7 +16,7 @@ export class If implements INodeType {
|
|||
icon: 'fa:map-signs',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'Splits a stream based on comparisons',
|
||||
description: 'Route items to different branches (true/false)',
|
||||
defaults: {
|
||||
name: 'IF',
|
||||
color: '#408000',
|
||||
|
|
Loading…
Reference in a new issue