mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(IF Node): Node description update no-changelog (#5702)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user