Skip to content

Commit

Permalink
More Changes Part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
palmer-matthew committed Sep 15, 2020
1 parent d0919b3 commit a7c1cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/models/scholarship_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class ScholarshipList with ChangeNotifier{
List<Scholarship> lst = new List<Scholarship>();
lst = parsedJson.map((i) => Scholarship.fromJson(i)).toList();
this.scholarships = lst;
hasResults = true;
current = this.scholarships;
}

//Function which searches to see if the query is contained in the Scholarship Name
Expand Down

0 comments on commit a7c1cea

Please sign in to comment.