Skip to content

Commit

Permalink
fix: ANT-2616 - Table columns: column header should be a component or…
Browse files Browse the repository at this point in the history
… a string
  • Loading branch information
marlenetienne committed Jan 13, 2025
1 parent 565286c commit e05e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/pegase/home/components/StudyTableHeaders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const getStudyTableHeaders = () => {
return [
columnHelper.display({
id: 'radioColumn',
header: () => <></>,
header: '',
cell: ({ row }) => (
<div className={`${row.getIsSelected() ? 'opacity-100' : 'opacity-0 group-hover:opacity-100'}`}>
<RdsRadioButton
Expand Down

0 comments on commit e05e1c9

Please sign in to comment.