Skip to content

Commit

Permalink
[Internship] Limited semester list to 6-9 semesters in student form.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel-Palestino committed Jan 10, 2024
1 parent b18b5a6 commit fddd33c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/ui/internship/StudentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export const StudentForm: FC<StudentFormProps> = ({ nextForm }) => {
<SelectItem key="7" value="7">Séptimo</SelectItem>
<SelectItem key="8" value="8">Octavo</SelectItem>
<SelectItem key="9" value="9">Noveno</SelectItem>
<SelectItem key="10" value="10">Décimo</SelectItem>
</Select>
)}
/>
Expand Down

0 comments on commit fddd33c

Please sign in to comment.