Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Nov 8, 2024
2 parents ef7f07b + 65f22bf commit 4ad571d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Pagination = ({ totalCount, itemsPerPage, proximity, activePageIndex, onPa
label={label}
additionalClasses={additionalClasses}
onPageChange={onPageChange}
disabled={paginationDisabled}
disabled={isCurrentPage || paginationDisabled}
/>
);
});
Expand Down

0 comments on commit 4ad571d

Please sign in to comment.