Skip to content

Commit

Permalink
add back tab role
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheyenbrock committed Jul 27, 2022
1 parent 3de2264 commit a25cc17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphiql-react/src/ui/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function Tab(props: TabProps & JSX.IntrinsicElements['div']) {
return (
<div
{...props}
role="tab"
aria-selected={props.isActive}
className={compose(
'graphiql-tab',
Expand Down

0 comments on commit a25cc17

Please sign in to comment.