Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 52499d6

Browse files
authored
Make it possible to select variations in Featured Product block again (#964)
1 parent df30e6f commit 52499d6

File tree

1 file changed

+1
-1
lines changed
  • assets/js/components/product-control

1 file changed

+1
-1
lines changed

assets/js/components/product-control/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class ProductControl extends Component {
272272
isSingle
273273
selected={ selectedListItems }
274274
onChange={ onChange }
275-
renderItem={ renderItem }
275+
renderItem={ renderItem || this.renderItem }
276276
onSearch={ IS_LARGE_CATALOG ? this.debouncedOnSearch : null }
277277
messages={ messages }
278278
isHierarchical

0 commit comments

Comments
 (0)