diff --git a/ui/components/src/Table/TableRowSelection.tsx b/ui/components/src/Table/TableRowSelection.tsx index f98864824..512097fe1 100644 --- a/ui/components/src/Table/TableRowSelection.tsx +++ b/ui/components/src/Table/TableRowSelection.tsx @@ -17,7 +17,12 @@ const IndeterminateCheckbox: FC = forwardRef( ) { return ( ); },