Add 'Is in' filter option to number type
This commit is contained in:
parent
988bc12dea
commit
c5cfe0539c
|
@ -23,6 +23,7 @@ export const getValidOperatorsForType = type => {
|
||||||
Op.LessThan,
|
Op.LessThan,
|
||||||
Op.Empty,
|
Op.Empty,
|
||||||
Op.NotEmpty,
|
Op.NotEmpty,
|
||||||
|
Op.In,
|
||||||
]
|
]
|
||||||
if (type === "string") {
|
if (type === "string") {
|
||||||
return stringOps
|
return stringOps
|
||||||
|
|
Loading…
Reference in New Issue