Skip to content

Commit 45caa28

Browse files
[Security Solution] [Detections] do not truncate filename in value list table in modal (#91952) (#92095)
Co-authored-by: Devin W. Hurley <[email protected]>
1 parent 866babd commit 45caa28

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/security_solution/public/detections/components/value_lists_management_modal

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/detections/components/value_lists_management_modal/table_helpers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const buildColumns = (
2929
{
3030
field: 'name',
3131
name: i18n.COLUMN_FILE_NAME,
32-
truncateText: true,
32+
truncateText: false,
3333
},
3434
{
3535
field: 'type',

0 commit comments

Comments
 (0)