passing needed periods and group_by
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user