Skip to content

Commit

Permalink
fix: remove empty array in allowed formats
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Jan 17, 2025
1 parent 041ca27 commit 720e25a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-library/src/details/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function DetailsEdit( { attributes, setAttributes } ) {
identifier="summary"
aria-label={ __( 'Write summary' ) }
placeholder={ __( 'Write summary…' ) }
allowedFormats={ [] }
withoutInteractiveFormatting
value={ summary }
onChange={ ( newSummary ) =>
Expand Down

0 comments on commit 720e25a

Please sign in to comment.