Skip to content

Commit be293f5

Browse files
authored
Revert "chore: add region to scrollable table (#7744)" (#7784)
This reverts commit 67496c5.
1 parent 0cee76e commit be293f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/MDXComponents/MDXTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const MDXTable: React.FC<MDXTableProps> = ({ children, ...props }) => {
99
return (
1010
<ScrollView
1111
tabIndex={0}
12-
role="region"
1312
aria-label="Scrollable table"
1413
className="scrollview"
1514
>

0 commit comments

Comments
 (0)