diff --git a/packages/block-library/src/navigation-link/edit.js b/packages/block-library/src/navigation-link/edit.js
index b24bc26857b1ae..9c58b743c003ab 100644
--- a/packages/block-library/src/navigation-link/edit.js
+++ b/packages/block-library/src/navigation-link/edit.js
@@ -104,18 +104,6 @@ function NavigationLinkEdit( {
-
- {
- setAttributes( { description: descriptionValue } );
- } }
- label={ __( 'Description' ) }
- help={ __( 'The description will be displayed in the menu if the current theme supports it.' ) }
- />
-
@@ -146,6 +134,18 @@ function NavigationLinkEdit( {
) }
/>
+
+ {
+ setAttributes( { description: descriptionValue } );
+ } }
+ label={ __( 'Description' ) }
+ help={ __( 'The description will be displayed in the menu if the current theme supports it.' ) }
+ />
+