Skip to content

Commit

Permalink
Set show controls to be enabled by default for pagination buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
bombies committed Nov 11, 2023
1 parent 8de795d commit 0d6e309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(site)/components/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Pagination: FC<Props> = ({classNames, ...paginationProps}) => {

return (
<NextPagination
showControls
{...paginationProps}
classNames={{
...classNames,
Expand Down

0 comments on commit 0d6e309

Please sign in to comment.