Skip to content

Commit 32088fc

Browse files
committed
fix: don't display 404 if query is still pending
1 parent a0dfd85 commit 32088fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ defineOgImageComponent('Default', {
276276
</p>
277277

278278
<p
279-
v-else
279+
v-else-if="status !== 'pending'"
280280
role="status"
281281
class="text-fg-muted py-12 text-center font-mono"
282282
>

0 commit comments

Comments
 (0)