refactor: context menu

This commit is contained in:
Tristan Yang
2022-07-17 17:39:17 +08:00
parent 315c3d7497
commit 8912b141ec
4 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ const UserContextMenu: FC<Props> = ({ enable = false, uid, cid, visible, hide, c
},
canRemove && {
danger: true,
title: "Remove From Server",
title: "Remove",
handler: removeUser
}
]}