mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-22 18:07:13 +01:00
* Put currentTab
value into proper place params instead of query
This commit is contained in:
parent
1be051e086
commit
49cd4490a0
@ -2051,8 +2051,10 @@ export default defineComponent({
|
||||
|
||||
await this.$router.replace({
|
||||
path: `/channel/${this.id}`,
|
||||
query: {
|
||||
params: {
|
||||
currentTab: 'search',
|
||||
},
|
||||
query: {
|
||||
searchQueryText: query,
|
||||
},
|
||||
}).catch(failure => {
|
||||
|
Loading…
Reference in New Issue
Block a user