diff --git a/src/components/ui/controlled-data-table.tsx b/src/components/ui/controlled-data-table.tsx index 116ce644a..a08479597 100644 --- a/src/components/ui/controlled-data-table.tsx +++ b/src/components/ui/controlled-data-table.tsx @@ -413,7 +413,7 @@ export function ControlledDataTable({ -
+
{table.getHeaderGroups().map((headerGroup) => ( diff --git a/src/components/ui/data-table.tsx b/src/components/ui/data-table.tsx index 82aafe1f4..2b2861bb5 100644 --- a/src/components/ui/data-table.tsx +++ b/src/components/ui/data-table.tsx @@ -695,7 +695,7 @@ export function DataTable({ -
+
{table.getHeaderGroups().map((headerGroup) => ( diff --git a/src/components/ui/table.tsx b/src/components/ui/table.tsx index 407bbe15e..8f504ab65 100644 --- a/src/components/ui/table.tsx +++ b/src/components/ui/table.tsx @@ -12,7 +12,7 @@ const Table = React.forwardRef< >(({ className, sticky, ...props }, ref) => (