chore: Change a little

This commit is contained in:
MystiPanda
2024-03-21 12:55:22 +08:00
parent 7da7ff4a69
commit 33519b27c8
2 changed files with 4 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ export const ProfileMore = (props: Props) => {
{
label: "Delete",
handler: () => {
setAnchorEl(null);
setConfirmOpen(true);
},
},
@@ -105,6 +106,7 @@ export const ProfileMore = (props: Props) => {
{
label: "Delete",
handler: () => {
setAnchorEl(null);
setConfirmOpen(true);
},
},