Skip to content

Commit ce44372

Browse files
committed
fix: show default value on search
1 parent 9b8435c commit ce44372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/app/AppSearchDialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function navigate() {
8383
<div class="rounded-2xl bg-white overflow-hidden">
8484
<AppSearchResult
8585
class="gray-scrollbar static space-y-6 p-4 h-full overflow-y-scroll"
86+
static
8687
:search-results="results"
8788
:default-results="defaultOptions"
8889
:have-query="!!queryDebounced"

0 commit comments

Comments
 (0)