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>
|
||||
</MkInput>
|
||||
<MkRadios v-model="searchOrigin">
|
||||
<option value="combined">{{ $ts.all }}</option>
|
||||
<option value="local">{{ $ts.local }}</option>
|
||||
<option value="remote">{{ $ts.remote }}</option>
|
||||
<option value="both">{{ $ts.all }}</option>
|
||||
</MkRadios>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue