mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 11:42:54 -05:00
[Mobile] Close modal after transferring / covering balance in mobile budget page (#2572)
* [Mobile] Close modals after performing a balance actions e.g. transfer / cover * Release notes
This commit is contained in:
committed by
GitHub
parent
1ee2cbec1c
commit
e94a5505d8
@@ -287,6 +287,7 @@ const ExpenseCategory = memo(function ExpenseCategory({
|
||||
from: category.id,
|
||||
to: toCategoryId,
|
||||
});
|
||||
dispatch(collapseModals(`${budgetType}-balance-menu`));
|
||||
},
|
||||
showToBeBudgeted: true,
|
||||
}),
|
||||
@@ -302,6 +303,7 @@ const ExpenseCategory = memo(function ExpenseCategory({
|
||||
to: category.id,
|
||||
from: fromCategoryId,
|
||||
});
|
||||
dispatch(collapseModals(`${budgetType}-balance-menu`));
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
6
upcoming-release-notes/2572.md
Normal file
6
upcoming-release-notes/2572.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [joel-jeremy]
|
||||
---
|
||||
|
||||
Close modal after transferring / covering balance in mobile budget page
|
||||
Reference in New Issue
Block a user