Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make component label visible
Browse files Browse the repository at this point in the history
Mamaduka committed Sep 24, 2024

Verified

This commit was signed with the committer’s verified signature.
Mamaduka George Mamadashvili
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
@@ -120,7 +120,6 @@ function WidthPanel( { selectedWidth, setAttributes } ) {
<ToggleGroupControl
label={ __( 'Button width' ) }
value={ selectedWidth }
hideLabelFromVision
onChange={ ( newWidth ) =>
setAttributes( { width: newWidth } )
}

0 comments on commit 635dca8

Please sign in to comment.