Skip to content

Commit

Permalink
make pagination buttons of type 'button'
Browse files Browse the repository at this point in the history
  • Loading branch information
devgioele committed Sep 7, 2023
1 parent 4925d38 commit c367361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pagination/PaginationInMemory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export function SectionPaginationInMemoryButton({
const { pagination: paginationTheme } = useTheme()
return (
<button
type="button"
aria-disabled={disabled}
disabled={disabled}
className={classNames(
Expand Down

0 comments on commit c367361

Please sign in to comment.