1
0
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:
Chocobozzz 2023-11-10 15:32:11 +01:00
parent e62e826474
commit 660e4d927c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -66,7 +66,7 @@
methods: {
getUrlQuery (): SearchUrl {
return { ...this.$route.query, search: this.formSearch }
return { ...this.$route.query, search: this.formSearch || '' }
},
loadUrl () {