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