Skip to content

Commit

Permalink
Fix failing cypress text - missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
zlateska committed Aug 1, 2024
1 parent 53805e9 commit da1d396
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/2.3.0/wonder-blocks.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-compose', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '528c023edf8eb45ac9f6');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => 'eff0171e3cdd3cc509f9');
6 changes: 3 additions & 3 deletions build/2.3.0/wonder-blocks.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/store/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
DEFAULT_SORT_ORDER,
DEFAULT_TEMPLATES_CATEGORY,
DEFAULT_VIEW,
DEFAULT_GRID_COLUMNS,
} from "../constants";

function getInitialGridColumns() {
Expand Down

0 comments on commit da1d396

Please sign in to comment.