Skip to content

Commit

Permalink
Merge pull request #71 from sena-proyectos/approval-selected
Browse files Browse the repository at this point in the history
feat: approve inscriptions
  • Loading branch information
StivenKN authored Oct 4, 2023
2 parents d639e59 + 42fad68 commit ade39cb
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 43 deletions.
1 change: 0 additions & 1 deletion client/src/components/Register-detail/RegisterDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ const Coordinador = ({ idRol, avalCoordinador }) => {
const { nombre_completo } = res.data
setCoordinatorFullName(nombre_completo)
} catch (error) {
console.log(error)
toast.error('Error al conseguir los datos del aval')
}
}
Expand Down
125 changes: 83 additions & 42 deletions server/src/db/db.sql

Large diffs are not rendered by default.

1 comment on commit ade39cb

@StivenKN
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.