fix: corrects greater than or equal filter key (#3307)
This commit is contained in:
committed by
GitHub
parent
183414e6e8
commit
374fb99571
@@ -41,7 +41,7 @@ const numeric = [
|
||||
},
|
||||
{
|
||||
label: 'isGreaterThanOrEqualTo',
|
||||
value: 'greater_than_equals',
|
||||
value: 'greater_than_equal',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user