Allow "is not" on activity queue custom filters

This commit is contained in:
Ignacio Tolstoy 2026-04-12 15:08:08 +02:00 committed by GitHub
parent 5bde924239
commit 507c691e27
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: [