From 0c5c3f935b302bed7006a4184b373f6d18e4166e Mon Sep 17 00:00:00 2001 From: Guillermo Arrieta Medina Date: Mon, 27 Oct 2025 15:45:16 -0600 Subject: [PATCH] comm --- src/components/planes/CreatePlanDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/planes/CreatePlanDialog.tsx b/src/components/planes/CreatePlanDialog.tsx index 18787f6..32962e1 100644 --- a/src/components/planes/CreatePlanDialog.tsx +++ b/src/components/planes/CreatePlanDialog.tsx @@ -104,7 +104,7 @@ export function CreatePlanDialog({ open, onOpenChange }: { open: boolean; onOpen setDbFiles((data || []).map((file: any) => ({ id: file.documentos_id, titulo: file.titulo_archivo, - s3_file_path: file.titulo_archivo, + s3_file_path: `prueba-referencias/documento_${file.documentos_id}.pdf`, fecha_subida: file.fecha_subida, tags: file.tags || [], })));