Remove NotIn constant
This commit is contained in:
parent
2925e171aa
commit
43885b86b2
|
@ -15,7 +15,6 @@ export const getValidOperatorsForType = type => {
|
|||
Op.Empty,
|
||||
Op.NotEmpty,
|
||||
Op.In,
|
||||
Op.NotIn,
|
||||
]
|
||||
const numOps = [
|
||||
Op.Equals,
|
||||
|
|
Loading…
Reference in New Issue