mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Auto-close the local/nordigen picker modal after creating an account (#1219)
This commit is contained in:
@@ -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),
|
||||
|
||||
6
upcoming-release-notes/1219.md
Normal file
6
upcoming-release-notes/1219.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Auto-close the local/nordigen picker modal after creating an account
|
||||
Reference in New Issue
Block a user