Skip to content

Commit

Permalink
fix(table): fix missing paginationSize (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Sep 12, 2023
1 parent d0b9096 commit 3f7a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oruga-next/src/components/table/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
:root-class="paginationWrapperClasses"
:icon-pack="iconPack"
:rounded="paginationRounded"
:paginationSize="paginationSize"
:size="paginationSize"
:order="paginationOrder"
@page-change="(event) => $emit('page-change', event)"
:aria-next-label="ariaNextLabel"
Expand Down

0 comments on commit 3f7a692

Please sign in to comment.