diff --git a/packages/block-library/src/navigation/edit/index.js b/packages/block-library/src/navigation/edit/index.js
index bd2c2145cb85f..2cf47d067380d 100644
--- a/packages/block-library/src/navigation/edit/index.js
+++ b/packages/block-library/src/navigation/edit/index.js
@@ -655,6 +655,19 @@ function Navigation( {
);
+ const ManageMenusButton = ( { buttonClassName = '' } ) => (
+
+ );
+
// If the block has inner blocks, but no menu id, then these blocks are either:
// - inserted via a pattern.
// - inserted directly via Code View (or otherwise).
@@ -725,18 +738,7 @@ function Navigation( {
-
+
>
) }
@@ -798,18 +800,7 @@ function Navigation( {
-
+
>
) }
@@ -920,18 +911,7 @@ function Navigation( {
-
+
>
) }
@@ -961,19 +941,7 @@ function Navigation( {
/>
) }
{ isOffCanvasNavigationEditorEnabled && (
-
+
) }
) }