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 e04500e36e
commit 9c9753648a

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>