Skip to content

Commit

Permalink
Merge pull request #8023 from michaelchadwick/frontend-4985-no-result…
Browse files Browse the repository at this point in the history
…s-flash-fix

only show 'no results' message when not actively searching
  • Loading branch information
dartajax authored Jul 30, 2024
2 parents bdb9d20 + 06d5abf commit 96a991a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<li>{{yield result}}</li>
{{/each}}
</ol>
{{else if @searchReturned}}
{{else if (and @searchReturned (not @searchIsRunning))}}
<ul class="results" data-test-results>
<li>
{{t "general.noSearchResultsPrompt"}}
Expand Down

0 comments on commit 96a991a

Please sign in to comment.