Skip to content

Commit

Permalink
feat: add groupBy prop in recommendation shelf
Browse files Browse the repository at this point in the history
  • Loading branch information
iago1501 committed Mar 11, 2024
1 parent d9efe57 commit 08d86bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/RelatedProducts.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ RelatedProducts.schema = {
description: 'admin/editor.relatedProducts.groupBy.description',
type: 'string',
default: RelatedProducts.defaultProps.groupBy,
enum: ['PRODUCT','NONE'],
enum: ['PRODUCT', 'NONE'],
enumNames: [
'admin/editor.relatedProducts.groupBy.product',
'admin/editor.relatedProducts.groupBy.none'
'admin/editor.relatedProducts.groupBy.none',
],
},
productList: ProductList.schema,
Expand Down

0 comments on commit 08d86bc

Please sign in to comment.