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

Add In/NotIn constants

This commit is contained in:
Mel O'Hagan 2022-06-24 14:39:16 +01:00
parent 7aa559f197
commit 848b42dad5

View file

@ -42,6 +42,14 @@ export const OperatorOptions = {
value: "notEqual",
label: "Does Not Contain",
},
In: {
value: "oneOf",
label: "Is in",
},
NotIn: {
value: "notOneOf",
label: "Is not in",
},
}
// Cookie names