Skip to content

Commit

Permalink
Fix content search missing __ error
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Feb 15, 2021
1 parent 639e86f commit 62afc6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/ContentSearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import apiFetch from '@wordpress/api-fetch';
import { useState } from '@wordpress/element'; // eslint-disable-line
import SearchItem from './SearchItem';
import PropTypes from 'prop-types';
import { __ } from '@wordpress/i18n';

const NAMESPACE = '10up-block-components';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.0",
"version": "1.1.1",
"description": "10up Components built for the WordPress Block Editor.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 62afc6f

Please sign in to comment.