Skip to content

Commit

Permalink
Merge pull request #203 from markalbrand56/jime
Browse files Browse the repository at this point in the history
Update SignUpEstudiante.jsx
  • Loading branch information
markalbrand56 authored Oct 11, 2023
2 parents 7cd6480 + 63fee89 commit af74596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniEmpleos/src/pages/SignUpEstudiante/SignUpEstudiante.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const SignUpEstudiante = () => {
nacimiento: edad,
correo,
telefono,
carrera: parseInt(carrera, 10),
carrera: carreraId,
semestre: parseInt(semestre, 10),
cv: " ",
foto: uploadedImage,
Expand Down

0 comments on commit af74596

Please sign in to comment.