mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
committed by
GitHub
parent
d77b54f27b
commit
9e455e4c1e
@@ -378,7 +378,7 @@ const ExpenseCategory = memo(function ExpenseCategory({
|
||||
const onCover = () => {
|
||||
dispatch(
|
||||
pushModal('cover', {
|
||||
categoryId: category.id,
|
||||
title: category.name,
|
||||
month,
|
||||
onSubmit: fromCategoryId => {
|
||||
onBudgetAction(month, 'cover-overspending', {
|
||||
|
||||
6
upcoming-release-notes/3008.md
Normal file
6
upcoming-release-notes/3008.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [joel-jeremy]
|
||||
---
|
||||
|
||||
Fix cover modal title.
|
||||
Reference in New Issue
Block a user