Skip to content

Commit

Permalink
Block Library: Social Link: Fix label attribute type as string (#20468)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored and jorgefilipecosta committed Mar 2, 2020
1 parent 5abecf4 commit 4261c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/social-link/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "string"
},
"label": {
"type": "number"
"type": "string"
}
}
}

0 comments on commit 4261c86

Please sign in to comment.