1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13: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 f1188a8b81
commit ee74e724c6

View file

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