remove old search input

This commit is contained in:
ogerly 2022-02-02 18:10:01 +01:00
parent 31abc9079e
commit 2f50bc8bbd

View File

@ -7,14 +7,6 @@
</b-button>
</div>
<label>{{ $t('user_search') }}</label>
<b-input
type="text"
v-model="criteria"
class="shadow p-3 mb-3 bg-white rounded"
:placeholder="$t('user_search')"
@input="getUsers"
></b-input>
<div>
<b-input-group>
<b-form-input