Skip to content

Commit

Permalink
Classic Block: Change button isPrimary prop to variant (#48230)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Feb 22, 2023
1 parent 1e11bc4 commit 6653ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/freeform/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function ModalEdit( props ) {
{ __( 'Cancel' ) }
</Button>
<Button
isPrimary
variant="primary"
onClick={ () => {
setAttributes( {
content:
Expand Down

0 comments on commit 6653ae9

Please sign in to comment.