Skip to content

Commit ce38b89

Browse files
richtabortellthemachines
authored andcommitted
Fix missing MenuGroup in header more menu (#51860)
1 parent 1472d94 commit ce38b89

File tree

1 file changed

+7
-7
lines changed
  • packages/edit-site/src/components/header-edit-mode/more-menu

1 file changed

+7
-7
lines changed

packages/edit-site/src/components/header-edit-mode/more-menu/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ export default function MoreMenu( { showIconLabels } ) {
116116
'\\'
117117
) }
118118
/>
119-
<ModeSwitcher />
120-
<ActionItem.Slot
121-
name="core/edit-site/plugin-more-menu"
122-
label={ __( 'Plugins' ) }
123-
as={ MenuGroup }
124-
fillProps={ { onClick: onClose } }
125-
/>
126119
</MenuGroup>
120+
<ModeSwitcher />
121+
<ActionItem.Slot
122+
name="core/edit-site/plugin-more-menu"
123+
label={ __( 'Plugins' ) }
124+
as={ MenuGroup }
125+
fillProps={ { onClick: onClose } }
126+
/>
127127
<MenuGroup label={ __( 'Tools' ) }>
128128
<SiteExport />
129129
<MenuItem

0 commit comments

Comments
 (0)