Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Krrupa committed Oct 3, 2023
2 parents 0b71b08 + abd2bf2 commit e86c285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/router/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async def get_student_fields(request: Request):
if form_attributes[str(priority)]["key"] != "school_name":
if (
enrollment_record_data == []
or enrollment_record_data[
or enrollment_record_data[0][
form_attributes[str(priority)]["key"]
]
is None
Expand Down

0 comments on commit e86c285

Please sign in to comment.