Skip to content

Commit

Permalink
Update test w/ updated column width
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Apr 18, 2024
1 parent 46006d7 commit 061273b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ describe('helpers', () => {
name: 'Result',
sortable: true,
truncateText: false,
width: '50px',
width: '65px',
},
{ field: 'indexName', name: 'Index', sortable: true, truncateText: false, width: '300px' },
{ field: 'docsCount', name: 'Docs', sortable: true, truncateText: false },
Expand Down

0 comments on commit 061273b

Please sign in to comment.