Skip to content

Commit 1cece72

Browse files
authored
Fix search for title
1 parent bb7a06f commit 1cece72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/search/overview.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ais-state-results>
1414
<template v-slot="{ state: { query } }">
1515
<h1 class="font-medium text-2xl mb-5">
16-
<template v-if="query">
16+
<template v-if="query && query !== '__NO_QUERY__'">
1717
@lang('Search for'): @{{ query }}
1818
</template>
1919
<template v-else>

0 commit comments

Comments
 (0)