fix: corrects greater than or equal filter key (#3307)

This commit is contained in:
Jessica Chowdhury
2023-10-05 17:32:13 +01:00
committed by GitHub
parent 183414e6e8
commit 374fb99571
3 changed files with 40 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ const numeric = [
},
{
label: 'isGreaterThanOrEqualTo',
value: 'greater_than_equals',
value: 'greater_than_equal',
},
]