Add In/NotIn constants
This commit is contained in:
parent
7aa559f197
commit
848b42dad5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue