Skip to content

Commit

Permalink
Make component label visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Sep 24, 2024
1 parent 4fa6920 commit 635dca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-library/src/button/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ function WidthPanel( { selectedWidth, setAttributes } ) {
<ToggleGroupControl
label={ __( 'Button width' ) }
value={ selectedWidth }
hideLabelFromVision
onChange={ ( newWidth ) =>
setAttributes( { width: newWidth } )
}
Expand Down

0 comments on commit 635dca8

Please sign in to comment.