mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
fix: display search bar only if activated
This commit is contained in:
parent
f4315dc24b
commit
5e86c31501
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ async function onSearchSubmit() {
|
|||
<div>
|
||||
<CustomText v-if="intro" :content="intro" />
|
||||
|
||||
<form class="flex my-16" @submit.prevent>
|
||||
<form v-if="settings.search_engine" class="flex my-16" @submit.prevent>
|
||||
<div class="join w-full max-w-xl mx-auto">
|
||||
<input
|
||||
v-model="search"
|
||||
|
|
Loading…
Add table
Reference in a new issue