fix(Filter Node): Fix inverse logic description (#19634)

Co-authored-by: krisn0x <10799186+krisn0x@users.noreply.github.com>
This commit is contained in:
Alexander Menk 2026-03-06 09:49:12 +01:00 committed by GitHub
parent 7a6b78ccd1
commit 8a866d040f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
};