Skip to content

Commit

Permalink
List block: Try normalizing disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 2, 2024
1 parent ed03d97 commit f95b0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/list/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function IndentUI( { clientId } ) {
icon={ isRTL() ? formatOutdentRTL : formatOutdent }
title={ __( 'Outdent' ) }
describedBy={ __( 'Outdent list item' ) }
disabled={ ! canOutdent }
isDisabled={ ! canOutdent }
onClick={ outdentList }
/>
</>
Expand Down

0 comments on commit f95b0b2

Please sign in to comment.