Skip to content

Commit

Permalink
Ensure button attribute has correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Jun 7, 2023
1 parent 9f4a4ab commit a088596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/pattern-template/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TEMPLATE = [
[
'core/buttons',
{},
[ [ 'core/button', { label: 'Click here!' } ] ],
[ [ 'core/button', { text: 'Click here!' } ] ],
],
],
],
Expand Down

0 comments on commit a088596

Please sign in to comment.