removed dataKey

This commit is contained in:
2026-05-07 15:23:58 +05:30
parent 55b604f700
commit 1a5261ab25

View File

@@ -19,7 +19,6 @@ export interface DashboardSection {
title?: string; title?: string;
summary?: string; summary?: string;
component: React.ComponentType<any>; component: React.ComponentType<any>;
dataKey: string;
settings?: Record<string, any>; settings?: Record<string, any>;
isList?: boolean; isList?: boolean;
style?: { style?: {