mirror of
https://github.com/open-webui/open-webui
synced 2025-04-25 08:48:21 +00:00
Fixed knowledgebase view for decodeURIComponent
This commit is contained in:
parent
9adc1ebcc8
commit
6fc9c69b9f
@ -681,7 +681,7 @@
|
|||||||
href={selectedFile.id ? `/api/v1/files/${selectedFile.id}/content` : '#'}
|
href={selectedFile.id ? `/api/v1/files/${selectedFile.id}/content` : '#'}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
{selectedFile?.meta?.name}
|
{decodeURIComponent(selectedFile?.meta?.name)}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user