fix lint error in admin-user.vue
This commit is contained in:
@@ -641,7 +641,7 @@ async function unassignRole(role, ev) {
|
|||||||
danger: true,
|
danger: true,
|
||||||
action: async () => {
|
action: async () => {
|
||||||
await os.promiseDialog(async () => {
|
await os.promiseDialog(async () => {
|
||||||
await misskeyApi('admin/roles/unassign', { roleId: role.id, userId: props.userId});
|
await misskeyApi('admin/roles/unassign', { roleId: role.id, userId: props.userId });
|
||||||
await refreshUser();
|
await refreshUser();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user