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:
Ahmed Bouhuolia
2026-02-25 22:12:38 +02:00
committed by GitHub

View File

@@ -82,7 +82,7 @@ function CashflowBankAccount({
const handleEditAccount = () => {
openDialog(DialogsName.AccountForm, {
action: AccountDialogAction.Edit,
id: account.id,
accountId: account.id,
});
};
// Handle money in menu item actions.