Skip to content

Commit

Permalink
fix: search results empty state shows empty string (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed May 22, 2024
1 parent 27e372b commit 2aabd4d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ const attrs = computed(() => {
name="noResults">
<div class="flex flex-col items-center gap-2 px-3 py-4">
<div class="rotate-90 text-lg font-bold">:(</div>
<div class="text-sm font-medium text-fore-2">
No results found
<template v-if="$slots.query">for "<slot name="query" />"</template>
</div>
<div class="text-sm font-medium text-fore-2">No results found</div>
</div>
</slot>
<slot />
Expand Down

0 comments on commit 2aabd4d

Please sign in to comment.