Skip to content

Commit e41248f

Browse files
Nuevo archivo de masiva
1 parent 2551102 commit e41248f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/MasiveNonFather/masiva.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function RelacionadorMasiva({onCancel, userMail, role}: Props) {
1414

1515
const handleDownload = () => {
1616
const link = document.createElement("a");
17-
link.href = "/Plantilla Masiva Sin Padre.xlsx"; // ruta dentro de public
17+
link.href = "/Plantilla Masiva.xlsx"; // ruta dentro de public
1818
link.download = "PlantillaApertura.xlsx"; // nombre con el que se guarda
1919
document.body.appendChild(link);
2020
link.click();

0 commit comments

Comments
 (0)