Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Remove deprecated isLarge prop from Button
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Sep 15, 2020
1 parent b9c203a commit cee54e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blocks/block-layout/components/layout/layout-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class LayoutModal extends Component {
<Button
key={ 'layout-modal-library-button-' + this.props.clientId }
isPrimary
isLarge
className="ab-layout-modal-button"
onClick={ () =>
this.setState( {
Expand Down

0 comments on commit cee54e2

Please sign in to comment.