Skip to content

Commit

Permalink
feat: Removed id from custom table
Browse files Browse the repository at this point in the history
  • Loading branch information
tbalar-splunk committed Mar 31, 2021
1 parent 71743ae commit 2afdc83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function CustomTable({
return (
<>
{columns && columns.length && (
<Table id="test" stripeRows {...(moreInfo ? { rowExpansion: 'single' } : {})}>
<Table stripeRows {...(moreInfo ? { rowExpansion: 'single' } : {})}>
{getTableHeaderCell()}
{getTableBody()}
</Table>
Expand Down

0 comments on commit 2afdc83

Please sign in to comment.