Skip to content

Commit 2739c01

Browse files
committed
UI: Fix all list items appearing twice in search view
1 parent 96b757c commit 2739c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/view/SearchView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
<resource-icon :image="opt.icon.base64image" size="1x" style="margin-right: 5px"/>
9696
</span>
9797
<block-outlined v-else style="margin-right: 5px" />
98+
{{ $t(opt.path || opt.name) }}
9899
</span>
99-
{{ $t(opt.path || opt.name) }}
100100
</div>
101101
</a-select-option>
102102
</a-select>

0 commit comments

Comments
 (0)