mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-18 09:29:46 +02:00
Add a placeholder to the SearchBox component
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
<!-- search -->
|
||||
<div class="columns">
|
||||
<div class="column pb-0">
|
||||
<SearchBox v-model:keyword="searched" :hasNoBackground="true" />
|
||||
<SearchBox v-model:keyword="searched" :hasNoBackground="true" :placeholder="$t('admin.search_user_placeholder')" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="buttons is-centered mb-0">
|
||||
|
Reference in New Issue
Block a user