1
0
Fork 0
mirror of synced 2024-07-30 02:26:11 +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: {
value: "notContains",
label: "Does Not Contain",
label: "Does not contain",
},
In: {
value: "oneOf",