Skip to content

Commit

Permalink
Fix site search host
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Dec 15, 2024
1 parent 58f47b7 commit 5cc3104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SiteAutocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
BarAssistantClient.getBar(appState.bar.id).then(resp => {
this.isLoading = false
this.searchClient = instantMeiliSearch(
resp.data.search_host,
appState.bar.search_host,
resp.data.search_token,
).searchClient
}).catch(e => {
Expand Down

0 comments on commit 5cc3104

Please sign in to comment.