Skip to content

Commit

Permalink
fixing edu path in NavSearchForm
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 24, 2024
1 parent 621bbc9 commit 7ae841c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const clearSearch = () => {
const submitSearch = () => {
emit('submitForm')
router.push({
path: themeStore.isEdu ? '/edu/search/' : '/search',
path: themeStore.isEdu ? '/edubeta/search/' : '/search',
query: { query: searchQuery.value }
})
}
Expand Down

0 comments on commit 7ae841c

Please sign in to comment.