Skip to content
Snippets Groups Projects
Unverified Commit 76a7b5f0 authored by futchitwo's avatar futchitwo Committed by GitHub
Browse files

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

parent c864d700
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment