Skip to content

Commit

Permalink
Block Wrapper: Un-omit data-align prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jun 28, 2020
1 parent 1a5dbb4 commit fd2b7dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const BlockComponent = forwardRef(
// Overrideable props.
aria-label={ blockLabel }
role="group"
{ ...omit( wrapperProps, [ 'data-align' ] ) }
{ ...wrapperProps }
{ ...props }
id={ blockElementId }
ref={ wrapper }
Expand Down

0 comments on commit fd2b7dd

Please sign in to comment.