Skip to content
Snippets Groups Projects
Unverified Commit e94a5505 authored by Joel Jeremy Marquez's avatar Joel Jeremy Marquez Committed by GitHub
Browse files

[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
parent 1ee2cbec
No related branches found
No related tags found
No related merge requests found
......@@ -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`));
},
}),
);
......
---
category: Bugfix
authors: [joel-jeremy]
---
Close modal after transferring / covering balance in mobile budget page
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