chore: Hide pagination for empty company list (#12920)

This commit is contained in:
Sivin Varghese
2025-11-21 12:23:01 +05:30
committed by GitHub
parent 51fbf583b6
commit 45fa697885
2 changed files with 3 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ onMounted(() => {
:active-sort="activeSort"
:active-ordering="activeOrdering"
:is-fetching-list="isFetchingList"
:show-pagination-footer="!!companies.length"
@update:current-page="onPageChange"
@update:sort="handleSort"
@search="onSearch"