Skip to content

Commit

Permalink
fix(Pagination): fix pagination adding items string when titles prop …
Browse files Browse the repository at this point in the history
…is supplied
  • Loading branch information
tlabaj committed Jun 28, 2024
1 parent 57f1d39 commit 220acfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const PaginationOptionsMenu: React.FunctionComponent<PaginationOptionsMen
firstIndex = 0,
lastIndex = 0,
isLastFullPageShown = false,
itemsTitle = 'items',
itemsTitle = '',
toggleTemplate,
onPerPageSelect = () => null as any,
containerRef
Expand Down

0 comments on commit 220acfe

Please sign in to comment.