diff --git a/framework/core/js/src/forum/components/Search.tsx b/framework/core/js/src/forum/components/Search.tsx index af15a207c..032156bb9 100644 --- a/framework/core/js/src/forum/components/Search.tsx +++ b/framework/core/js/src/forum/components/Search.tsx @@ -130,7 +130,7 @@ export default class Search extends Compone const searchLabel = extractText(app.translator.trans('core.forum.header.search_placeholder')); const isActive = !!currentSearch; - const shouldShowResults = !!(!this.loadingSources && this.searchState.getValue() && this.hasFocus); + const shouldShowResults = !!(this.searchState.getValue() && this.hasFocus); const shouldShowClearButton = !!(!this.loadingSources && this.searchState.getValue()); return (