fix(client):fix search all users (#7993)

This commit is contained in:
futchitwo 2021-11-18 17:38:58 +09:00 committed by GitHub
parent c864d700d2
commit 76a7b5f067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>