Skip to content

Commit

Permalink
Revert "Update packages/react-instantsearch/src/widgets/__tests__/__u…
Browse files Browse the repository at this point in the history
…tils__/all-widgets.tsx"

This reverts commit 4c46d4b.
  • Loading branch information
dhayab committed Apr 30, 2024
1 parent 4c46d4b commit 769fe24
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ function Widget<TWidget extends SingleWidget>({
case 'SearchBox': {
return <widget.Component onSubmit={undefined} {...props} />;
}
case 'FrequentlyBoughtTogether':
case 'FrequentlyBoughtTogether': {
return <widget.Component objectIDs={['1']} {...props} />;
}
case 'RelatedProducts': {
return <widget.Component objectIDs={['1']} {...props} />;
}
Expand Down

0 comments on commit 769fe24

Please sign in to comment.