We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7a06f commit 1cece72Copy full SHA for 1cece72
resources/views/search/overview.blade.php
@@ -13,7 +13,7 @@
13
<ais-state-results>
14
<template v-slot="{ state: { query } }">
15
<h1 class="font-medium text-2xl mb-5">
16
- <template v-if="query">
+ <template v-if="query && query !== '__NO_QUERY__'">
17
@lang('Search for'): @{{ query }}
18
</template>
19
<template v-else>
0 commit comments