Skip to content

Commit

Permalink
Use jsx string for property
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jan 3, 2020
1 parent 6d0cfbc commit 9b44f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/buttons/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function ButtonsEdit( { className } ) {
allowedBlocks={ ALLOWED_BLOCKS }
template={ BUTTONS_TEMPLATE }
__experimentalUIParts={ UI_PARTS }
__experimentalMoverDirection={ 'horizontal' }
__experimentalMoverDirection="horizontal"
/>
</div>
);
Expand Down

0 comments on commit 9b44f75

Please sign in to comment.