mirror of
https://framagit.org/framasoft/peertube/search-index/
synced 2025-01-08 15:51:21 +01:00
Fix explore button
This commit is contained in:
parent
e62e826474
commit
660e4d927c
@ -66,7 +66,7 @@
|
||||
|
||||
methods: {
|
||||
getUrlQuery (): SearchUrl {
|
||||
return { ...this.$route.query, search: this.formSearch }
|
||||
return { ...this.$route.query, search: this.formSearch || '' }
|
||||
},
|
||||
|
||||
loadUrl () {
|
||||
|
Loading…
Reference in New Issue
Block a user