Skip to content

Commit

Permalink
fix invalid button props (area-role to role) (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
hori-ryota authored Nov 9, 2023
1 parent 282c22e commit b35952e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const MRT_CopyButton = <TData extends Record<string, any> = {}>({
buttonProps?.className,
)}
title={undefined}
aria-role="presentation"
role="presentation"
onClick={(e) => {
e.stopPropagation();
copy();
Expand Down

0 comments on commit b35952e

Please sign in to comment.