Skip to content
Snippets Groups Projects
Commit f18e01bd authored by Aggarwal Himanshu's avatar Aggarwal Himanshu
Browse files

Add new filter option

parent b8c5dd27
No related branches found
No related tags found
2 merge requests!7Merge develop to main,!5Filters Feature
......@@ -132,4 +132,22 @@ export const filterOptions = {
},
},
},
price_change_percentage: {
id: "price_change_percentage",
name: "Price Change in %",
options: {
equals: {
id: "equals",
name: "is",
},
less_than: {
id: "less_than",
name: "is less than",
},
greater_than: {
id: "greater_than",
name: "is greater than",
},
},
},
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment