mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
fix(client):fix search all users (#7993)
This commit is contained in:
parent
e04500e36e
commit
9c9753648a
@ -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 New Issue
Block a user