1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Add 'Is in' filter option to number type

This commit is contained in:
Mel O'Hagan 2022-06-27 13:36:03 +01:00
parent 988bc12dea
commit c5cfe0539c

View file

@ -23,6 +23,7 @@ export const getValidOperatorsForType = type => {
Op.LessThan,
Op.Empty,
Op.NotEmpty,
Op.In,
]
if (type === "string") {
return stringOps