Skip to content

Commit a04ff3a

Browse files
committed
fix: apply filters in dashboard for cash flow widget
fix issue where filters set in the widget editor for the cash flow widget were not applied in the Reports dashboard
1 parent b2287cd commit a04ff3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export function simpleCashFlow(
3535
return q('transactions')
3636
.filter({
3737
[conditionsOpKey]: filters,
38+
})
39+
.filter({
3840
$and: [
3941
{ date: { $gte: start } },
4042
{

0 commit comments

Comments
 (0)