This commit is contained in:
2026-05-17 19:57:44 +05:30
parent 32303f7067
commit d66406ba86

View File

@@ -11,7 +11,7 @@ import {
} from "@mui/material";
import ConfigurableDashboard from "./components/Dashboard";
import { DashboardState } from "./components/Dashboard/Dashboard.models";
import { DashboardState } from "./components/Dashboard";
import { configuration } from "./dashboard-config";
import {
useReport,
@@ -36,7 +36,7 @@ export default function Dashboard() {
const [loadedTags, setLoadedTags] = React.useState<string[]>([]);
const report = useReport({
periods: ["weekly", "monthly", "all"],
periods: ["daily", "weekly", "monthly", "all"],
flow: modeToFlow(mode),
payee: appliedPayees.length > 0 ? appliedPayees : undefined,
tags: appliedTags.length > 0 ? appliedTags : undefined,