Skip to content

Commit

Permalink
do not truncate filename in value list table in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Feb 18, 2021
1 parent 863a2d0 commit a269dc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const buildColumns = (
{
field: 'name',
name: i18n.COLUMN_FILE_NAME,
truncateText: true,
truncateText: false,
},
{
field: 'type',
Expand Down

0 comments on commit a269dc5

Please sign in to comment.