We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d483f9d commit b0eca14Copy full SHA for b0eca14
frontend/components/common/delete-account-modal.tsx
@@ -69,6 +69,7 @@ const DeleteAccountModal: React.FC<DeleteAccountModalProps> = ({
69
variant="destructive"
70
onClick={() => {
71
setShowDeleteModal(false);
72
+ setConfirmUsername("");
73
handleDeleteAccount();
74
}}
75
disabled={!isDeleteButtonEnabled}
0 commit comments