Skip to content

Commit

Permalink
remove tabindex from dialog component
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaLukaszewicz committed Sep 30, 2024
1 parent 057dbd3 commit c86f039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ const BaseDialog = ({
aria-label={ariaLabel}
aria-describedby={ariaDescribedBy}
aria-description={ariaDescription}
tabIndex={-1}
data-testid={dataTestId}
data-animating={!hasFinishedTransition}
>
Expand Down

0 comments on commit c86f039

Please sign in to comment.