Skip to content

Commit 943b720

Browse files
authored
[Security Solution] [Detections] do not truncate filename in value list table in modal (#91952) (#92102)
1 parent a243800 commit 943b720

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)