Skip to content

Commit

Permalink
Test if this fixes api save validation
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar committed Jun 13, 2019
1 parent 73fa66f commit 51469f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/blocks/contact-form/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const settings = {
},

edit: JetpackContactForm,
save: InnerBlocks.Content,
save: function() { return ( <InnerBlocks.Content /> ); },
deprecated: [
{
attributes: {
Expand Down Expand Up @@ -107,7 +107,7 @@ export const settings = {
return true;
},

save: InnerBlocks.Content,
save: function() { return ( <InnerBlocks.Content /> ); },
},
],
};
Expand Down

0 comments on commit 51469f9

Please sign in to comment.