1
0
mirror of https://framagit.org/framasoft/peertube/search-index/ synced 2025-01-07 15:21:19 +01:00

Merge branch 'master' into meilisearch

This commit is contained in:
Chocobozzz 2023-11-13 11:01:32 +01:00
commit 6d96cfab43
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 () {