fix: pagination vanished on chrome (#3549)

This commit is contained in:
dni ⚡
2025-11-21 11:36:18 +01:00
committed by GitHub
parent 3f7a1798d5
commit 31bff37b1e
@@ -189,8 +189,8 @@
:no-data-label="$t('no_transactions')"
:filter="paymentFilter"
:loading="paymentsTable.loading"
:hide-header="g.mobileSimple"
:hide-bottom="g.mobileSimple"
:hide-header="g.mobileSimple && $q.screen.lt.md"
:hide-bottom="g.mobileSimple && $q.screen.lt.md"
v-model:pagination="paymentsTable.pagination"
@request="fetchPayments"
>