Skip to content

Commit

Permalink
Merge pull request #10 from navedqb/5724--fix-tiered-menu-break
Browse files Browse the repository at this point in the history
fix: fix tiered menu break
  • Loading branch information
navedqb authored Jan 10, 2024
2 parents eb9a574 + f62dba7 commit f0d0df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/tieredmenu/TieredMenuSub.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const TieredMenuSub = React.memo(
menuProps={props.menuProps}
model={processedItem.items}
menuId={props.menuId}
ariaLabelledby={getItemId(item)}
ariaLabelledby={getItemId(processedItem)}
focusedItemId={props.focusedItemId}
activeItemPath={props.activeItemPath}
level={props.level + 1}
Expand Down

0 comments on commit f0d0df4

Please sign in to comment.