From dc71c1d1bd05e04f173efbf96b9feffd345c007f Mon Sep 17 00:00:00 2001 From: Taylor Lovett Date: Mon, 15 Feb 2021 11:17:06 -0500 Subject: [PATCH] No items found search text --- components/ContentSearch/index.js | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/components/ContentSearch/index.js b/components/ContentSearch/index.js index ee20aec8..571d16c1 100644 --- a/components/ContentSearch/index.js +++ b/components/ContentSearch/index.js @@ -99,10 +99,8 @@ const ContentSearch = ({ onSelectItem, placeholder, label, contentTypes, mode, e > {isLoading && } {!isLoading && !hasSearchResults && ( -
  • - +
  • + {__('Nothing found.', '10up-block-components')}
  • )} {searchResults.map((item, index) => { diff --git a/package.json b/package.json index 4b0e4c2c..f6645bd9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.1", + "version": "1.1.2", "description": "10up Components built for the WordPress Block Editor.", "main": "index.js", "scripts": {