fix: empty data do not show no data

This commit is contained in:
Methapon2001 2024-07-01 13:19:25 +07:00
parent 16b3685e09
commit cea00bdd46

View file

@ -707,7 +707,7 @@ watch(inputSearch, async () => await fetchUserList());
</template>
<div
v-if="userData?.total === 0"
v-if="userData?.total === 0 && !!inputSearch"
class="row full-width items-center justify-center"
style="min-height: 250px"
>