mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 00:46:40 +00:00
fix(nc-gui): page-size in pagination
This commit is contained in:
@@ -369,9 +369,9 @@ const isSuperAdmin = (user: { main_roles?: string }) => {
|
||||
|
||||
<a-pagination
|
||||
v-model:current="currentPage"
|
||||
v-model:page-size="currentLimit"
|
||||
hide-on-single-page
|
||||
class="mt-4"
|
||||
:page-size="currentLimit"
|
||||
:total="totalRows"
|
||||
show-less-items
|
||||
@change="loadUsers"
|
||||
|
||||
Reference in New Issue
Block a user