Skip to content

Commit

Permalink
close dialog on delete
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed Sep 19, 2023
1 parent 14fabf2 commit f2f6d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/settings/Connections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ function NwcDetails(props: {
async function deleteProfile() {
try {
await state.mutiny_wallet?.delete_nwc_profile(props.profile.index);
setConfirmOpen(false);
props.refetch();
} catch (e) {
console.error(e);
Expand Down

0 comments on commit f2f6d42

Please sign in to comment.