Skip to content

Commit

Permalink
Update showCheckboxes to false
Browse files Browse the repository at this point in the history
  • Loading branch information
fkanout committed Nov 19, 2021
1 parent b4f8df4 commit 80132a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export function AlertsTableTGrid(props: AlertsTableTGridProps) {
{
id: 'expand',
width: 120,
showCheckboxes: true,
showCheckboxes: false,
headerCellRender: () => {
return <EventsThContent>{translations.alertsTable.actionsTextLabel}</EventsThContent>;
},
Expand Down

0 comments on commit 80132a3

Please sign in to comment.