Skip to content

Commit

Permalink
Page List Block: Fix critical error when converting to link
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Dec 18, 2024
1 parent 2af83af commit 4065aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/page-list/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ export default function PageListEdit( {
<ToolsPanelItem
label={ __( 'Edit Menu' ) }
isShownByDefault
hasValue={ () => false }
>
<div>
<p>{ convertDescription }</p>
Expand Down

0 comments on commit 4065aed

Please sign in to comment.