Fix cover modal title (#3008)

* Fix cover modal title

* Release notes
This commit is contained in:
Joel Jeremy Marquez
2024-07-08 09:59:36 -07:00
committed by GitHub
parent d77b54f27b
commit 9e455e4c1e
2 changed files with 7 additions and 1 deletions

View File

@@ -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', {

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [joel-jeremy]
---
Fix cover modal title.