Skip to content

Commit

Permalink
Update alert count table to display rules with long names
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed Oct 21, 2021
1 parent 8fcfa79 commit 3f480a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const getAlertsCountTableColumns = (
{
field: 'key',
name: selectedStackByOption,
truncateText: true,
truncateText: false,
render: function DraggableStackOptionField(value: string) {
return (
<DefaultDraggable
Expand Down

0 comments on commit 3f480a6

Please sign in to comment.