Skip to content

Commit

Permalink
Fix missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed May 29, 2023
1 parent efa7fdd commit fc69115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/list-view/appender.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const Appender = forwardRef(
shouldDirectInsert={ false }
__experimentalIsQuick
{ ...props }
toggleProps={ { 'aria-description': description } }
toggleProps={ { 'aria-describedby': descriptionId } }
onSelectOrClose={ ( maybeInsertedBlock ) => {
if ( maybeInsertedBlock?.clientId ) {
setInsertedBlock( maybeInsertedBlock );
Expand Down

0 comments on commit fc69115

Please sign in to comment.