mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
77779b30d4
commit
63f38c584f
1 changed files with 3 additions and 5 deletions
|
|
@ -66,11 +66,9 @@
|
||||||
selectedCitation = citation;
|
selectedCitation = citation;
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{#if citations.every((c) => c.distances !== undefined)}
|
|
||||||
<div class="bg-gray-50 dark:bg-gray-800 rounded-full size-5">
|
<div class="bg-gray-50 dark:bg-gray-800 rounded-full size-5">
|
||||||
{idx + 1}
|
{idx + 1}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
|
||||||
<div
|
<div
|
||||||
class="flex-1 truncate text-black/60 hover:text-black dark:text-white/60 dark:hover:text-white transition text-left"
|
class="flex-1 truncate text-black/60 hover:text-black dark:text-white/60 dark:hover:text-white transition text-left"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue