diff --git a/components/tablelist/TableUI.tsx b/components/tablelist/TableUI.tsx index 4727c0c..f58ee26 100644 --- a/components/tablelist/TableUI.tsx +++ b/components/tablelist/TableUI.tsx @@ -10,7 +10,7 @@ export interface TableUIProps extends TableListProps { tabHeader?: ((local: any) => React.ReactNode) | React.ReactNode; modeTab?: "default" | "only-title"; tab?: { id: string; name: string; count?: number | null }[]; // ✅ Update count menjadi nullable - onTab?: (tabId: string | null | undefined) => void; + onTab?: (tabId: any) => void; breadcrumb?: { label: string; href: string }[]; title?: string; ready?: boolean;