Merge pull request #11552 from icsy7867/dev

Fixed knowledgebase view for decodeURIComponent
This commit is contained in:
Timothy Jaeryang Baek 2025-03-11 18:53:17 +00:00 committed by GitHub
commit 7e0c5a44e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -681,7 +681,7 @@
href={selectedFile.id ? `/api/v1/files/${selectedFile.id}/content` : '#'}
target="_blank"
>
{selectedFile?.meta?.name}
{decodeURIComponent(selectedFile?.meta?.name)}
</a>
</div>