mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
changed default months to 5 in cash flow report (#1723)
This commit is contained in:
@@ -33,7 +33,7 @@ function CashFlow() {
|
||||
|
||||
const [allMonths, setAllMonths] = useState(null);
|
||||
const [start, setStart] = useState(
|
||||
monthUtils.subMonths(monthUtils.currentMonth(), 30),
|
||||
monthUtils.subMonths(monthUtils.currentMonth(), 5),
|
||||
);
|
||||
const [end, setEnd] = useState(monthUtils.currentDay());
|
||||
|
||||
|
||||
6
upcoming-release-notes/1723.md
Normal file
6
upcoming-release-notes/1723.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [shaankhosla]
|
||||
---
|
||||
|
||||
Changed the default number of months shown in the Cash Flow report from 30 to 5.
|
||||
Reference in New Issue
Block a user