Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix deletion dialog incorrectly reappearing bug (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
p42rthicle authored Oct 14, 2024
1 parent 3f1db2f commit 7d81724
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ private fun BoxWithConstraintsScope.DeleteModals(
) {
onDelete()
updateAccountNameConfirmation("")
setDeleteModal1Visible(false)
}

DeleteModal(
Expand Down

0 comments on commit 7d81724

Please sign in to comment.