Skip to content

Commit

Permalink
remove: block group from block controls
Browse files Browse the repository at this point in the history
  • Loading branch information
up1512001 committed Jul 14, 2024
1 parent 7dbdef7 commit 667d34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/columns/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function ColumnsEditContainer( { attributes, setAttributes, clientId } ) {

return (
<>
<BlockControls group="block">
<BlockControls>
<BlockVerticalAlignmentToolbar
onChange={ updateAlignment }
value={ verticalAlignment }
Expand Down

0 comments on commit 667d34f

Please sign in to comment.