Skip to content

Commit

Permalink
Fix: Add accessible labeling for groups in block switcher dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaknagoshe2002 committed Nov 28, 2024
1 parent 8656f12 commit 352b7bc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ const BlockTransformationsMenu = ( {
{ ! hasBothContentTransformations && restTransformItems }
</MenuGroup>
{ !! hasBothContentTransformations && (
<MenuGroup className={ className }>
<MenuGroup
label={ __( 'Advanced Transformations' ) }
className={ className }
>
{ restTransformItems }
</MenuGroup>
) }
Expand Down

0 comments on commit 352b7bc

Please sign in to comment.