Skip to content

Commit

Permalink
Migrate to core/group due to renaming of container Block from `core…
Browse files Browse the repository at this point in the history
…/section`
  • Loading branch information
getdave committed Apr 12, 2019
1 parent 67018cb commit 2b6f334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default compose( [
return;
}

const wrapperBlock = createBlock( 'core/section', {
const wrapperBlock = createBlock( 'core/group', {
backgroundColor: 'lighter-blue',
} );

Expand Down

0 comments on commit 2b6f334

Please sign in to comment.