bug de no cargar visualización de archivos de referencia con filenames con caracteres no permitidos

This commit is contained in:
2025-10-02 11:35:02 -06:00
parent da4cf5a5e0
commit 4be34e8d6a
3 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
export type RefRow = {
fine_tuning_referencias_id: string
documentos_id: string
titulo_archivo: string | null
descripcion: string | null
s3_file_path: string | null // Added this property to match the API requirements.