passing needed periods and group_by

This commit is contained in:
2026-05-07 15:03:37 +05:30
parent 4e56d86cdb
commit 02eb55995e

View File

@@ -15,9 +15,10 @@ import {
export default function Dashboard() { export default function Dashboard() {
const report = useReport({ const report = useReport({
periods: ["weekly", "monthly", "full"],
rolling: true, rolling: true,
include_transactions: true, include_transactions: true,
group_by: ["payee"], group_by: ["tags"],
}) })
const isLoading = report.isLoading; const isLoading = report.isLoading;