diff --git a/src/routes/settings/Connections.tsx b/src/routes/settings/Connections.tsx index 61527bb6..fbdfa8f7 100644 --- a/src/routes/settings/Connections.tsx +++ b/src/routes/settings/Connections.tsx @@ -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);