Skip to content

Commit

Permalink
remove the supports object from the deprecated array
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Feb 24, 2020
1 parent 3f41ead commit 28d77cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion extensions/blocks/calendly/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const settings = {
deprecated: [
{
attributes,
supports,
save: ( { attributes: { url } } ) => <a href={ url }>{ url }</a>,
},
],
Expand Down
1 change: 0 additions & 1 deletion extensions/blocks/opentable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const settings = {
deprecated: [
{
attributes: defaultAttributes,
supports,
save: ( { attributes: { rid } } ) => (
<>
{ rid.map( restaurantId => (
Expand Down

0 comments on commit 28d77cd

Please sign in to comment.