diff --git a/packages/shared/src/utils/get-filter-operators-for-type.ts b/packages/shared/src/utils/get-filter-operators-for-type.ts index 6eeba380b9..6815fedbbe 100644 --- a/packages/shared/src/utils/get-filter-operators-for-type.ts +++ b/packages/shared/src/utils/get-filter-operators-for-type.ts @@ -60,8 +60,6 @@ export function getFilterOperatorsForType( return [ 'eq', 'neq', - 'null', - 'nnull', 'lt', 'lte', 'gt',