restore formatting in MkUserSelectDialog.vue
This commit is contained in:
parent
e84f62ae5d
commit
1f9372af32
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ function search() {
|
||||||
users.value = [];
|
users.value = [];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
misskeyApi('users/search-by-username-and-host', {
|
misskeyApi('users/search-by-username-and-host', {
|
||||||
username: username.value,
|
username: username.value,
|
||||||
host: computedLocalOnly.value ? '.' : host.value,
|
host: computedLocalOnly.value ? '.' : host.value,
|
||||||
|
|
Loading…
Add table
Reference in a new issue