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
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 () {