Loading state when fetching users filter.

This commit is contained in:
mateuswetah 2021-02-01 15:44:21 -03:00
parent 83344f6dde
commit 43e3a49014
1 changed files with 5 additions and 1 deletions

View File

@ -109,7 +109,11 @@
</div>
</div>
</template>
<template slot="empty">{{ $i18n.get('info_no_user_found') }}</template>
<template
v-if="!isFetchingUsers"
slot="empty">
{{ $i18n.get('info_no_user_found') }}
</template>
</b-autocomplete>
</b-field>