Skip to content

Commit

Permalink
revert: feat: change string filter description (#2059)
Browse files Browse the repository at this point in the history
This reverts commit 6470c8e.
  • Loading branch information
mtrezza committed May 30, 2022
1 parent 487fe14 commit db5d23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Filters.js
Expand Up @@ -59,7 +59,7 @@ export const Constraints = {
comparable: true
},
stringContainsString: {
name: 'contains',
name: 'string contains string',
field: 'String',
composable: true,
comparable: true
Expand Down

0 comments on commit db5d23b

Please sign in to comment.