Update casing in 'does not contain' filter operator

This commit is contained in:
Andrew Kingston 2022-09-28 15:08:14 +01:00
parent af4b1b673e
commit 9b8529c1d8
1 changed files with 1 additions and 1 deletions

View File

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