Skip to content

Commit 22ade2b

Browse files
committed
Fixed code conflict
1 parent bce500f commit 22ade2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function getConfiguration()
228228
'showCatsNotIncludedInNavigation' => $config->showCatsNotIncludedInNavigation(),
229229
'showSuggestionsOnNoResultsPage' => $config->showSuggestionsOnNoResultsPage(),
230230
'baseUrl' => $baseUrl,
231-
'popularQueries' => $suggestionHelper->getPopularQueries(),
231+
'popularQueries' => $suggestionHelper->getPopularQueries($this->getStoreId()),
232232
'useAdaptiveImage' => $config->useAdaptiveImage(),
233233
'urls' => [
234234
'logo' => $this->getViewFileUrl('Algolia_AlgoliaSearch::images/algolia-logo-blue.svg'),

0 commit comments

Comments
 (0)