UI: Fix all list items appearing twice in search view

This commit is contained in:
Pearl Dsilva 2025-02-10 22:39:28 -05:00
parent 96b757c35b
commit 2739c0112c

View File

@ -95,8 +95,8 @@
<resource-icon :image="opt.icon.base64image" size="1x" style="margin-right: 5px"/>
</span>
<block-outlined v-else style="margin-right: 5px" />
{{ $t(opt.path || opt.name) }}
</span>
{{ $t(opt.path || opt.name) }}
</div>
</a-select-option>
</a-select>