+
+
{label && {label}}
{typeof children === "function" ? children(state) : children}
@@ -209,10 +206,6 @@ const TableHead = ({ className, tooltip, label, children, allowsResizing, ...pro
) : (
))}
-
- {allowsResizing && (
-
- )}
)}
diff --git a/src/components/leads/lead-table.tsx b/src/components/leads/lead-table.tsx
index 3fc53fa..4ba7f10 100644
--- a/src/components/leads/lead-table.tsx
+++ b/src/components/leads/lead-table.tsx
@@ -133,9 +133,6 @@ export const LeadTable = ({
id={column.id}
label={column.label}
allowsSorting={column.allowsSorting}
- allowsResizing={column.id !== 'actions'}
- defaultWidth={column.defaultWidth}
- minWidth={50}
/>
)}