fix: Correction URL

chore: Ajout de notifications
This commit is contained in:
N3WT DE COMPET
2025-05-30 21:11:47 +02:00
parent ce83e02f7b
commit 170f7c4fa8
5 changed files with 51 additions and 12 deletions

View File

@ -230,7 +230,7 @@ export default function FilesToUpload({
<div className="mt-4">
{actionType === 'view' && selectedFile.fileName ? (
<iframe
src={`${BASE_URL}/${selectedFile.fileName}`}
src={`${BASE_URL}${selectedFile.fileName}`}
title="Document Viewer"
className="w-full"
style={{