Skip to content

Commit

Permalink
fix: update status registration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnypaulino committed Jan 3, 2025
1 parent 549518d commit 6d59672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/Classroom/Registration/type.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface UpdateRegister
registration_classroom_id?: number
deficiency_description: any
kinship: string | undefined | null
date_registration: any
date_registration?: any | undefined
}
export interface RegistrationType {
avatar_url: string
Expand Down

0 comments on commit 6d59672

Please sign in to comment.