Skip to content

Commit

Permalink
don't set creating menu flag on menu switch
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Mar 6, 2024
1 parent d60c049 commit 6a3df80
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ function NavigationMenuSelector( {
<MenuItemsChoice
value={ currentMenuId }
onSelect={ ( menuId ) => {
setIsCreatingMenu( true );
onSelectNavigationMenu( menuId );
onClose();
} }
Expand Down

0 comments on commit 6a3df80

Please sign in to comment.