Skip to content

Commit

Permalink
[WP6.2] Add missing 'unlock' import after conflict resolution (#48817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Mar 7, 2023
1 parent e064813 commit a628fe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { useHistory } from '../routes';
import NavigationMenuContent from './navigation-menu-content';
import SidebarButton from '../sidebar-button';
import { NavigationMenuLoader } from './loader';
import { unlock } from '../../private-apis';

const noop = () => {};
const NAVIGATION_MENUS_QUERY = { per_page: -1, status: 'publish' };
Expand Down

0 comments on commit a628fe8

Please sign in to comment.