mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-23 10:56:35 +01:00
fix(client):fix search all users (#7993)
This commit is contained in:
parent
c864d700d2
commit
76a7b5f067
1 changed files with 1 additions and 1 deletions
|
@ -68,9 +68,9 @@
|
||||||
<template #label>{{ $ts.searchUser }}</template>
|
<template #label>{{ $ts.searchUser }}</template>
|
||||||
</MkInput>
|
</MkInput>
|
||||||
<MkRadios v-model="searchOrigin">
|
<MkRadios v-model="searchOrigin">
|
||||||
|
<option value="combined">{{ $ts.all }}</option>
|
||||||
<option value="local">{{ $ts.local }}</option>
|
<option value="local">{{ $ts.local }}</option>
|
||||||
<option value="remote">{{ $ts.remote }}</option>
|
<option value="remote">{{ $ts.remote }}</option>
|
||||||
<option value="both">{{ $ts.all }}</option>
|
|
||||||
</MkRadios>
|
</MkRadios>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue