mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
fix(Filter Node): Fix inverse logic description (#19634)
Co-authored-by: krisn0x <10799186+krisn0x@users.noreply.github.com>
This commit is contained in:
parent
7a6b78ccd1
commit
8a866d040f
|
|
@ -12,7 +12,7 @@ export class Filter extends VersionedNodeType {
|
|||
icon: 'fa:filter',
|
||||
iconColor: 'light-blue',
|
||||
group: ['transform'],
|
||||
description: 'Remove items matching a condition',
|
||||
description: 'Keep only items matching a condition',
|
||||
defaultVersion: 2.3,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user