diff --git a/src/modules/03_recruiting/components/Table.vue b/src/modules/03_recruiting/components/Table.vue index 341ebe6ba..cfa11a0b7 100644 --- a/src/modules/03_recruiting/components/Table.vue +++ b/src/modules/03_recruiting/components/Table.vue @@ -223,7 +223,7 @@ watch( :virtual-scroll-sticky-size-start="48" dense :pagination-label="paginationLabel" - :rows-per-page-options="nornmalData ? [0] : [1, 25, 50, 100]" + :rows-per-page-options="nornmalData ? [0] : [10, 25, 50, 100]" @update:pagination="updatePagination" >