Skip to content

Commit

Permalink
Fix missing MenuGroup in header more menu (#51860)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and tellthemachines committed Jun 27, 2023
1 parent 1472d94 commit ce38b89
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ export default function MoreMenu( { showIconLabels } ) {
'\\'
) }
/>
<ModeSwitcher />
<ActionItem.Slot
name="core/edit-site/plugin-more-menu"
label={ __( 'Plugins' ) }
as={ MenuGroup }
fillProps={ { onClick: onClose } }
/>
</MenuGroup>
<ModeSwitcher />
<ActionItem.Slot
name="core/edit-site/plugin-more-menu"
label={ __( 'Plugins' ) }
as={ MenuGroup }
fillProps={ { onClick: onClose } }
/>
<MenuGroup label={ __( 'Tools' ) }>
<SiteExport />
<MenuItem
Expand Down

0 comments on commit ce38b89

Please sign in to comment.