Skip to content

Commit

Permalink
refactor: remove actions tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
rmyz committed Nov 21, 2024
1 parent f9287a9 commit 400539f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ export const getColumns = ({
id: 'actions' as const,
// keep it for accessibility purposes
displayAsText: entityActionsLabel,
display: (
<CustomHeaderCell title={entityActionsLabel} tooltipContent={entityActionsLabel} />
),
display: <span>{entityActionsLabel}</span>,
initialWidth: 100,
},
]
Expand Down

0 comments on commit 400539f

Please sign in to comment.