Skip to content

Commit

Permalink
Remove isLarge prop from Button block in FSE starter-page-templates (#…
Browse files Browse the repository at this point in the history
…44021)

Co-authored-by: Andrew Serong <andrewserong@users.noreply.github.com>
  • Loading branch information
andrewserong and andrewserong authored Jul 9, 2020
1 parent 18a95fb commit 39ed68c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,11 @@ class PageTemplateModal extends Component {
>
<Button
isPrimary
isLarge
disabled={ isEmpty( previewedTemplate ) || isLoading }
onClick={ this.handleConfirmation }
>
{ sprintf(
/* translators: %s is name of a page layout. Eg: Dalston or Blank. */
__( 'Use %s layout', 'full-site-editing' ),
this.getTitleByTemplateSlug( previewedTemplate )
) }
Expand Down

0 comments on commit 39ed68c

Please sign in to comment.