Skip to content

Commit

Permalink
T
Browse files Browse the repository at this point in the history
  • Loading branch information
EzequielUrbina committed Jul 29, 2024
1 parent f9e280b commit cf80609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions View/Secretary/EnrollmentStudent/EnrollStudentView.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ protected override async Task OnParametersSetAsync()
}

protected override void OnParametersSet()
{
{
if (Birthday != null)
{
{
Student.birthday = new Date
{
Year = Birthday.Year,
Expand Down

0 comments on commit cf80609

Please sign in to comment.