Skip to content

Commit

Permalink
* Put currentTab value into proper place params instead of query
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Oct 13, 2024
1 parent 1be051e commit 49cd449
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/renderer/views/Channel/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2051,8 +2051,10 @@ export default defineComponent({

await this.$router.replace({
path: `/channel/${this.id}`,
query: {
params: {
currentTab: 'search',
},
query: {
searchQueryText: query,
},
}).catch(failure => {
Expand Down

0 comments on commit 49cd449

Please sign in to comment.