Skip to content

Commit

Permalink
Update use-pagination.ts (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaynevayne authored Aug 8, 2023
1 parent 9e683b3 commit a1b32c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/pagination/src/use-pagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export function usePagination(originalProps: UsePaginationProps) {
...props,
ref: domRef,
role: "navigation",
ariaLabel: props["aria-label"] || "pagination navigation",
"aria-label": props["aria-label"] || "pagination navigation",
"data-slot": "base",
"data-controls": dataAttr(showControls),
"data-loop": dataAttr(loop),
Expand Down

0 comments on commit a1b32c1

Please sign in to comment.