This commit is contained in:
hptangxi
2025-07-06 19:42:24 +08:00
parent 633645724c
commit ac4ac0e753
5 changed files with 242 additions and 44 deletions

View File

@@ -75,7 +75,7 @@ function handleGroupEdited(newGroup: Group) {
}
}
function handleDelete() {
async function handleDelete() {
if (!props.group) {
return;
}