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.Empty,
|
||||
Op.NotEmpty,
|
||||
Op.In,
|
||||
]
|
||||
if (type === "string") {
|
||||
return stringOps
|
||||
|
|
Loading…
Reference in New Issue