Skip to content

Commit

Permalink
Remove <BlockNavigationEditor /> from navigation-link/edit.js (#22629)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored May 27, 2020
1 parent a271af4 commit 30ea276
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/block-library/src/navigation-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
RichText,
__experimentalLinkControl as LinkControl,
__experimentalBlock as Block,
__experimentalBlockNavigationEditor as BlockNavigationEditor,
} from '@wordpress/block-editor';
import { isURL, prependHTTP } from '@wordpress/url';
import { Fragment, useState, useEffect, useRef } from '@wordpress/element';
Expand Down Expand Up @@ -199,12 +198,6 @@ function NavigationLinkEdit( {
/>
</PanelBody>
</InspectorControls>
<BlockNavigationEditor
value={ label }
onChange={ ( labelValue ) =>
setAttributes( { label: labelValue } )
}
/>
<Block.li
className={ classnames( {
'is-editing': isSelected || isParentOfSelectedBlock,
Expand Down

0 comments on commit 30ea276

Please sign in to comment.