fix: pagination vanished on chrome (#3549)
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user