passing needed periods and group_by
This commit is contained in:
@@ -15,9 +15,10 @@ import {
|
||||
|
||||
export default function Dashboard() {
|
||||
const report = useReport({
|
||||
periods: ["weekly", "monthly", "full"],
|
||||
rolling: true,
|
||||
include_transactions: true,
|
||||
group_by: ["payee"],
|
||||
group_by: ["tags"],
|
||||
})
|
||||
|
||||
const isLoading = report.isLoading;
|
||||
|
||||
Reference in New Issue
Block a user