Skip to content

Commit

Permalink
Removed Numeric Operators
Browse files Browse the repository at this point in the history
  • Loading branch information
olafwrieden committed Jun 7, 2020
1 parent d215cd0 commit 835dd96
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ const TYPE = {
"Ends With",
"Is Equal To",
],
NUMERIC: [
"Contains",
"Does Not Contain",
"Begins With",
"Ends With",
"Is Equal To",
"Is Less Than",
"Is Less Than or Equal To",
"Is More Than",
"Is More Than or Equal To",
],
};

export const Fields = [
Expand Down

0 comments on commit 835dd96

Please sign in to comment.