Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 9eba697

Browse files
authored
fix: Add missing FilterMatchMode notIn (#8027)
1 parent de88ac2 commit 9eba697

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/lib/api/FilterMatchMode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const FilterMatchMode = Object.freeze({
66
EQUALS: 'equals',
77
NOT_EQUALS: 'notEquals',
88
IN: 'in',
9+
NOT_IN: 'notIn',
910
LESS_THAN: 'lt',
1011
LESS_THAN_OR_EQUAL_TO: 'lte',
1112
GREATER_THAN: 'gt',

0 commit comments

Comments
 (0)