Fixed knowledgebase view for decodeURIComponent

This commit is contained in:
root 2025-03-11 14:44:04 -04:00
parent 9adc1ebcc8
commit 6fc9c69b9f
1 changed files with 1 additions and 1 deletions

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>