diff --git a/packages/react/src/components/DataTable/TableBatchAction.tsx b/packages/react/src/components/DataTable/TableBatchAction.tsx index 06449cda87b6..f7782a43312d 100644 --- a/packages/react/src/components/DataTable/TableBatchAction.tsx +++ b/packages/react/src/components/DataTable/TableBatchAction.tsx @@ -33,7 +33,7 @@ const TableBatchAction = ({ renderIcon = iconAddSolid, iconDescription = 'Add', ...props -}) => ( +}: TableBatchActionProps) => (