feat:v1.0.0
This commit is contained in:
@@ -31,7 +31,7 @@ export function DataTableRowActions<TData>({
|
||||
};
|
||||
|
||||
const handleDelete = async () => {
|
||||
if (confirm('确认删除该角色吗?')) {
|
||||
if (confirm('确认删除该角色卡吗?')) {
|
||||
try {
|
||||
if (character.id) {
|
||||
await deleteCharacter(character.id);
|
||||
|
||||
Reference in New Issue
Block a user