restore formatting in MkUserSelectDialog.vue

This commit is contained in:
Hazelnoot 2025-02-04 11:07:36 -05:00
parent e84f62ae5d
commit 1f9372af32

View file

@ -101,7 +101,6 @@ function search() {
users.value = [];
return;
}
misskeyApi('users/search-by-username-and-host', {
username: username.value,
host: computedLocalOnly.value ? '.' : host.value,