Skip to content

Commit

Permalink
Search: also display results while loading
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jul 22, 2024
1 parent 5a90965 commit 610fc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Navigation/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/>
</div>

<div v-if="!isLoading && results" class="k-search-bar-results">
<div v-if="results" class="k-search-bar-results">
<!-- Results -->
<k-collection
v-if="results.length"
Expand Down

0 comments on commit 610fc8f

Please sign in to comment.