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
1 changed files with 1 additions and 1 deletions

View File

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