added new image

This commit is contained in:
2026-02-24 18:29:42 -06:00
parent 01eafd4038
commit edb2fd2664
6 changed files with 65 additions and 2025 deletions
+14 -14
View File
@@ -72,22 +72,22 @@ export default function RegisterAlta(props: urlProp) {
await apiClient.post("/student", payload);
setSaved(true);
Swal.fire({
title: "Alumno registrado correctamente!",
icon: "success",
draggable: true,
});
Swal.fire({
title: "Alumno registrado correctamente!",
icon: "success",
draggable: true,
});
} catch (error) {
console.error("Error al guardar alumno:", error);
Swal.fire({
title: "Error al guardar alumno:!",
icon: "error",
draggable: true,
});
Swal.fire({
title: "Error al guardar alumno:!",
icon: "error",
draggable: true,
});
}
};