diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-17 18:39:58 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-17 18:39:58 +0900 |
| commit | a607149b19a5bd557ef0ea734daa2b878f4e81b0 (patch) | |
| tree | b00f211a2263b2517c6fd5dc94c315e3ecb0c5a7 /src | |
| parent | #7880 (diff) | |
| download | sharkey-a607149b19a5bd557ef0ea734daa2b878f4e81b0.tar.gz sharkey-a607149b19a5bd557ef0ea734daa2b878f4e81b0.tar.bz2 sharkey-a607149b19a5bd557ef0ea734daa2b878f4e81b0.zip | |
Update explore.vue
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/explore.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/explore.vue b/src/client/pages/explore.vue index 0c29b11b38..6f304877b7 100644 --- a/src/client/pages/explore.vue +++ b/src/client/pages/explore.vue @@ -174,7 +174,7 @@ export default defineComponent({ tagsRemote: [], stats: null, searchQuery: null, - searchOrigin: 'both', + searchOrigin: 'combined', num: number, }; }, |