Skip to content

Commit

Permalink
enhance(frontend): hanamiSearchの注意書きを非表示に (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Dec 29, 2024
1 parent 9072c4b commit 0309dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/search.note.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<div class="_gaps">
<div class="_gaps">
<MkInfo>{{ i18n.ts._hana.searchIsInBeta }}</MkInfo>
<MkInfo v-if="!$i || !$i.policies.canSearchWithHanamiSearchV1">{{ i18n.ts._hana.searchIsInBeta }}</MkInfo>

<HanaSearchInput v-model="searchQuery" v-model:mode="searchMode" :large="true" :autofocus="true" @enter.prevent="search">
<template #prefix><i class="ti ti-search"></i></template>
Expand Down

0 comments on commit 0309dbf

Please sign in to comment.