Skip to content

Commit

Permalink
fix: タグが閉じれない問題
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Jul 31, 2024
1 parent a36c206 commit aa87ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/search.user.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div class="_gaps">
<MkInput v-model="searchQuery" :large="true" :autofocus="true" type="search" @enter.prevent="search">
<template #prefix><i class="ti ti-search"></i></template>
</MkSearchInput>
</MkInput>
<MkRadios v-model="searchOrigin" @update:modelValue="search()">
<option value="combined">{{ i18n.ts.all }}</option>
<option value="local">{{ i18n.ts.local }}</option>
Expand Down

0 comments on commit aa87ffb

Please sign in to comment.