Skip to content

Commit

Permalink
Merge pull request #578 from GatherPress/fix-rsvp-response-block
Browse files Browse the repository at this point in the history
Fix RSVP Response block in FSE.
  • Loading branch information
mauteri authored Feb 28, 2024
2 parents b2853a5 + 70b1b87 commit 7b23f4e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/blocks/rsvp-response/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '430a1fd1a84ddd19fd8d');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'dd75386202ec86686676');
2 changes: 1 addition & 1 deletion build/blocks/rsvp-response/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/blocks/rsvp-response/rsvp-response.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '7017f7767d79dd200fb7');
<?php return array('dependencies' => array('react', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '2e87802ddc6f3314e98f');
Loading

0 comments on commit 7b23f4e

Please sign in to comment.