Skip to content

Commit

Permalink
Site Editor: Fix navigation menu sidebar actions order and label
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jul 13, 2023
1 parent 7d84f62 commit 7588823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default function ScreenNavigationMoreMenu( props ) {
<>
<DropdownMenu
className="sidebar-navigation__more-menu"
label={ __( 'Actions' ) }
icon={ moreVertical }
popoverProps={ POPOVER_PROPS }
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ export default function SingleNavigationMenu( {
<SidebarNavigationScreenWrapper
actions={
<>
<EditButton postId={ navigationMenu?.id } />
<ScreenNavigationMoreMenu
menuTitle={ decodeEntities( menuTitle ) }
onDelete={ handleDelete }
onSave={ handleSave }
onDuplicate={ handleDuplicate }
/>
<EditButton postId={ navigationMenu?.id } />
</>
}
title={ buildNavigationLabel(
Expand Down

0 comments on commit 7588823

Please sign in to comment.