Skip to content

Commit

Permalink
Merge pull request #133 from bcgov/scdicontact
Browse files Browse the repository at this point in the history
prepopulate all schools search
  • Loading branch information
suzalflueck authored Nov 28, 2023
2 parents 4b30a76 + 29eec20 commit 46614af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/SchoolSearchView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const resetFilters = () => {
onBeforeMount(async () => {
// Fetch types data when the component is mounted
await fetchTypes()
searchSchools()
})
</script>

Expand Down

0 comments on commit 46614af

Please sign in to comment.