Skip to content

Commit

Permalink
fix id and aria-labelledby
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Jun 11, 2024
1 parent ec099cb commit 677350e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/modules/components/AppNavDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ function ProductDrawerButton(props) {
<ClickAwayListener onClickAway={handleClose}>
<MenuList
autoFocusItem={open}
id="composition-menu"
aria-labelledby="composition-button"
id="mui-product-menu"
aria-labelledby="mui-product-selector"
onKeyDown={handleListKeyDown}
>
<MuiProductSelector />
Expand Down

0 comments on commit 677350e

Please sign in to comment.