Skip to content
Snippets Groups Projects
Unverified Commit 0d636aa0 authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Auto-close the local/nordigen picker modal after creating an account (#1219)

parent f4940dce
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ function CreateLocalAccount({ modalProps, actions }) {
setBalanceError(balanceError);
if (!nameError && !balanceError) {
modalProps.onClose();
actions.closeModal();
let id = await actions.createAccount(
name,
toRelaxedNumber(balance),
......
---
category: Bugfix
authors: [j-f1]
---
Auto-close the local/nordigen picker modal after creating an account
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment