Remove NotIn constant

This commit is contained in:
Mel O'Hagan 2022-06-24 21:36:38 +01:00
parent 2925e171aa
commit 43885b86b2
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ export const getValidOperatorsForType = type => {
Op.Empty,
Op.NotEmpty,
Op.In,
Op.NotIn,
]
const numOps = [
Op.Equals,