Skip to content

Commit

Permalink
Merge branch 'main' into fix/edu-table-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 24, 2024
2 parents c5071fb + 5270d82 commit 2e115b8
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 2e115b8

Please sign in to comment.