mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-26 09:39:49 +00:00
Merge pull request #996 from bigcapitalhq/fix/account-type-not-selected-banking-edit
fix(webapp): account type not pre-selected when editing from banking page
This commit is contained in:
@@ -82,7 +82,7 @@ function CashflowBankAccount({
|
|||||||
const handleEditAccount = () => {
|
const handleEditAccount = () => {
|
||||||
openDialog(DialogsName.AccountForm, {
|
openDialog(DialogsName.AccountForm, {
|
||||||
action: AccountDialogAction.Edit,
|
action: AccountDialogAction.Edit,
|
||||||
id: account.id,
|
accountId: account.id,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
// Handle money in menu item actions.
|
// Handle money in menu item actions.
|
||||||
|
|||||||
Reference in New Issue
Block a user