diff --git a/src/components/Dashboard/Dashboard.models.ts b/src/components/Dashboard/Dashboard.models.ts index 0e19cd5..e801720 100644 --- a/src/components/Dashboard/Dashboard.models.ts +++ b/src/components/Dashboard/Dashboard.models.ts @@ -19,7 +19,6 @@ export interface DashboardSection { title?: string; summary?: string; component: React.ComponentType; - dataKey: string; settings?: Record; isList?: boolean; style?: {