1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Update casing in 'does not contain' filter operator

This commit is contained in:
Andrew Kingston 2022-09-28 15:08:14 +01:00
parent 6c63edc279
commit 143ee04d9e

View file

@ -40,7 +40,7 @@ export const OperatorOptions = {
}, },
NotContains: { NotContains: {
value: "notContains", value: "notContains",
label: "Does Not Contain", label: "Does not contain",
}, },
In: { In: {
value: "oneOf", value: "oneOf",