Skip to content

Commit

Permalink
Merge pull request #1787 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
college fix
  • Loading branch information
adnankattekaden authored Dec 10, 2023
2 parents 7700e9b + cf559af commit adec0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dashboard/college/college_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get(self, request, college_code=None):
paginated_queryset = CommonUtils.get_paginated_queryset(
colleges,
request,
search_fields=[""],
search_fields=["org",],
sort_fields=None,
)
serializer = CollegeListSerializer(
Expand Down

0 comments on commit adec0ad

Please sign in to comment.