Skip to content

Commit

Permalink
Update react/ProductSummaryList.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Iaron da Costa Araújo <iaron.araujo@vtex.com.br>
  • Loading branch information
victorhmp and Iaron da Costa Araújo authored Feb 4, 2020
1 parent bb05ec4 commit b4cd95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/ProductSummaryList.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { productSearchV2 } from 'vtex.store-resources/Queries'
const ORDER_BY_OPTIONS = {
ORDER_BY_RELEVANCE: {
name: 'admin/editor.productSummaryList.orderType.relevance',
value: '',
value: 'OrderByScoreDESC',
},
ORDER_BY_TOP_SALE_DESC: {
name: 'admin/editor.productSummaryList.orderType.sales',
Expand Down

0 comments on commit b4cd95f

Please sign in to comment.