Skip to content

Commit

Permalink
Merge pull request #1502 from bcgov/bugs/incorrectSchoolList
Browse files Browse the repository at this point in the history
Bug Fix EDX-1615
  • Loading branch information
arcshiftsolutions authored Jul 13, 2023
2 parents 3106b57 + 148677a commit 52e0205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/institute/DistrictDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ export default {
},
viewSchools() {
this.schoolSearchParams.districtID = this.districtID;
this.schoolSearchParams.status = {name: 'Open', code: 'Open'};
this.schoolSearchParams.status = 'Open';
this.setSchoolSearchParams(this.schoolSearchParams);
this.$router.push({name: 'instituteSchoolList'});
},
Expand Down

0 comments on commit 52e0205

Please sign in to comment.