Skip to content

Commit

Permalink
chore: search update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszjedrasik committed Dec 27, 2020
1 parent edb4cf5 commit cf9f8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commercetools/theme/components/TopMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {
}, 200);
onSSR(async () => {
await search({}, menuCatQuery);
await search({ customQuery: menuCatQuery });
});
return {
Expand Down

0 comments on commit cf9f8b7

Please sign in to comment.