fix: do not paste multiple lines

This commit is contained in:
jialin
2025-11-06 15:37:42 +08:00
parent e1e38f0404
commit 7334bcdf83
13 changed files with 81 additions and 47 deletions
+4 -4
View File
@@ -24,14 +24,14 @@ const actionList: Global.ActionItem[] = [
icon: icons.EditOutlined
},
{
label: 'Active Account',
label: 'users.status.activate',
key: 'active',
icon: icons.EditOutlined
icon: icons.LockOpen
},
{
label: 'Deactivate Account',
label: 'users.status.deactivate',
key: 'inactive',
icon: icons.EditOutlined
icon: icons.LockPerson
},
{
label: 'common.button.delete',