removed latest items for now

This commit is contained in:
2026-05-05 11:42:27 +05:30
parent 4b4875c3f5
commit ea3b451266
2 changed files with 1 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ export interface DashboardConfig {
export interface DashboardProps {
config: DashboardConfig;
data: any; // Aggregated data from features
latest: any[]; // Latest items from features
onModeChange?: (mode: DashboardMode) => void;
selectedPeriodId: string | null;
onSelectPeriodId: (id: string | null) => void;