Skip to content

Commit

Permalink
fix: duplicate id data-table in carbon-website
Browse files Browse the repository at this point in the history
  • Loading branch information
Duy Tran committed Jan 17, 2020
1 parent a9f74a0 commit 3dc71b4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ const columnsExpandable = [
name: 'select',
title: 'Label name',
checkbox: true,
checkboxId: `${prefix}--checkbox-20`,
checkboxName: 'checkbox-20',
checkboxId: `${prefix}--checkbox-21`,
checkboxName: 'checkbox-21',
checkboxValue: 'green',
},
{
Expand Down Expand Up @@ -211,8 +211,8 @@ const rows = [
{
id: 'row-id-13',
select: {
id: `${prefix}--checkbox-13`,
name: 'checkbox-13',
id: `${prefix}--checkbox-16`,
name: 'checkbox-16',
value: 'green',
label: 'Label name',
},
Expand Down

0 comments on commit 3dc71b4

Please sign in to comment.