[Security Solution] [Detections] do not truncate filename in value list table in modal (#91952) (#92102)

This commit is contained in:
Devin W. Hurley 2021-02-19 20:27:55 -05:00 committed by GitHub
parent a243800d55
commit 943b72019c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ export const buildColumns = (
{
field: 'name',
name: i18n.COLUMN_FILE_NAME,
truncateText: true,
truncateText: false,
},
{
field: 'type',