mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34: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',
|
icon: 'fa:map-signs',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Splits a stream based on comparisons',
|
description: 'Route items to different branches (true/false)',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'IF',
|
name: 'IF',
|
||||||
color: '#408000',
|
color: '#408000',
|
||||||
|
|
Loading…
Reference in a new issue