This commit is contained in:
Ignacio Tolstoy 2026-04-25 02:02:40 +00:00 committed by GitHub
commit 093ec1e3a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,6 +79,10 @@ export const possibleFilterTypes: Record<
key: 'equal',
value: () => translate('FilterIs'),
},
{
key: 'notEqual',
value: () => translate('FilterIsNot'),
},
],
exact: [