clear lot of tickets
This commit is contained in:
@@ -19,7 +19,8 @@ const DeleteAccountModal = () => {
|
||||
await SheetManager.hide("DeleteAccount");
|
||||
};
|
||||
|
||||
const confirmDelete = () => {
|
||||
const confirmDelete = async () => {
|
||||
await onClose().catch(() => {});
|
||||
alert(
|
||||
"Êtes-vous sûr ?",
|
||||
"Cette action supprimera votre profil.",
|
||||
|
||||
Reference in New Issue
Block a user