Update casing in 'does not contain' filter operator
This commit is contained in:
parent
6c63edc279
commit
143ee04d9e
|
@ -40,7 +40,7 @@ export const OperatorOptions = {
|
|||
},
|
||||
NotContains: {
|
||||
value: "notContains",
|
||||
label: "Does Not Contain",
|
||||
label: "Does not contain",
|
||||
},
|
||||
In: {
|
||||
value: "oneOf",
|
||||
|
|
Loading…
Reference in New Issue