Skip to content

Commit

Permalink
Update packages/block-library/src/group/variations.js
Browse files Browse the repository at this point in the history
Co-authored-by: George Mamadashvili <[email protected]>
  • Loading branch information
carolinan and Mamaduka committed Feb 7, 2022
1 parent 58bfaef commit bc08272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/group/variations.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const variations = [
title: __( 'Group' ),
description: __( 'Blocks shown in a column.' ),
attributes: { layout: { type: 'default' } },
scope: [ 'inserter', 'transform' ],
scope: [ 'transform' ],
isActive: ( blockAttributes ) =>
blockAttributes.layout?.type === 'default',
},
Expand Down

0 comments on commit bc08272

Please sign in to comment.