mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix
This commit is contained in:
parent
b5e74f4eae
commit
c57db1828f
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
||||||
: `#`}
|
: `#`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
{decodeURIComponent(document?.metadata?.name) ?? decodeURIComponent(document.source.name)}
|
{decodeURIComponent(document?.metadata?.name ?? document.source.name)}
|
||||||
</a>
|
</a>
|
||||||
{#if document?.metadata?.page}
|
{#if document?.metadata?.page}
|
||||||
<span class="text-xs text-gray-500 dark:text-gray-400">
|
<span class="text-xs text-gray-500 dark:text-gray-400">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue