Skip to content

Commit

Permalink
rebased, fixed a conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Aug 3, 2022
1 parent c6104d8 commit 5d1fd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/navigation/edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
} from '@wordpress/block-editor';
import { EntityProvider } from '@wordpress/core-data';

import { useDispatch, useSelect } from '@wordpress/data';
import { useDispatch } from '@wordpress/data';
import {
PanelBody,
ToggleControl,
Expand Down Expand Up @@ -775,7 +775,7 @@ function Navigation( {
<NavigationMenuDeleteControl
onDelete={ ( deletedMenuTitle = '' ) => {
createNavigationMenu( '', [] );
showNavigationMenuDeleteNotice(
showNavigationMenuStatusNotice(
sprintf(
// translators: %s: the name of a menu (e.g. Header navigation).
__(
Expand Down

0 comments on commit 5d1fd0c

Please sign in to comment.