Skip to content

Commit

Permalink
fix(search): silence warning for prop
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 26, 2021
1 parent 250e3ba commit 0716ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AlgoliaSearchBox
v-if="theme.algolia"
:options="theme.algolia"
:multilang="theme.locales"
:multilang="!!theme.locales"
:key="siteRouteData.lang"
/>
</slot>
Expand Down

0 comments on commit 0716ffa

Please sign in to comment.