Skip to content

Commit

Permalink
Forms: Fix block placeholder error when the Forms module is disabled …
Browse files Browse the repository at this point in the history
  • Loading branch information
simison authored and matticbot committed Jan 29, 2025
1 parent 92ea7de commit 9cc1724
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This is an alpha version! The changes listed here are not final.
- Forms: fix dark themes date picker styles
- Forms: fixed missing spacing bug in the feedback list view
- Forms: Fix permently deleting form reponses via the quicklinks
- Forms: Fix the block placeholder throwing an error when the Forms module is disabled.
- Forms: Prevent empty style values within form field block attributes
- Translations: Fix spam % character.

Expand Down
2 changes: 1 addition & 1 deletion dist/blocks/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '343fb6c2fb754bd3a0b3');
<?php return array('dependencies' => array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '6a23f7d70770796225b6');
2 changes: 1 addition & 1 deletion dist/blocks/editor.js

Large diffs are not rendered by default.

0 comments on commit 9cc1724

Please sign in to comment.