Updated the stats page a bit more

This commit is contained in:
Tiago Ribeiro
2023-10-02 14:16:34 +01:00
parent 0f0b7748d7
commit 9239068cde
3 changed files with 77 additions and 6 deletions

View File

@@ -244,6 +244,7 @@ export default function GroupList({user}: {user: User}) {
if (result) {
setShowDisclosure(false);
setEditingID(undefined);
reload();
}
});
}}