Skip to content

Commit

Permalink
Editor: Fix 'useHideBlocksFromInserter' hook filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Feb 18, 2024
1 parent 697856b commit 597cc08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/provider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import useBlockEditorSettings from './use-block-editor-settings';
import { unlock } from '../../lock-unlock';
import DisableNonPageContentBlocks from './disable-non-page-content-blocks';
import NavigationBlockEditingMode from './navigation-block-editing-mode';
import { useHideBlocksFromInserter } from './use-hide-bocks-from-inserter';
import { useHideBlocksFromInserter } from './use-hide-blocks-from-inserter';
import useCommands from '../commands';

const { ExperimentalBlockEditorProvider } = unlock( blockEditorPrivateApis );
Expand Down

0 comments on commit 597cc08

Please sign in to comment.