Skip to content

Commit

Permalink
fix: multiple times used id
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinLaubenstein authored and nowseemee committed Jul 19, 2021
1 parent 5c125b6 commit 0d1eab1
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const StandardTemplate = (args, { argTypes }) => ({
<scale-checkbox-group>
<div slot="checkbox-header">
<scale-checkbox
input-id="header-checkbox"
input-id="header-checkbox-0"
value="1"
label="checkbox"
name="nameOfCheckbox"
Expand Down Expand Up @@ -76,7 +76,7 @@ export const CheckboxDisableTemplate = (args, { argTypes }) => ({
<scale-checkbox-group>
<div slot="checkbox-header">
<scale-checkbox
input-id="header-checkbox"
input-id="header-checkbox-1"
value="1"
label="checkbox"
name="nameOfCheckbox"
Expand Down Expand Up @@ -124,7 +124,7 @@ export const DisabledTemplate = (args, { argTypes }) => ({
<scale-checkbox-group>
<div slot="checkbox-header">
<scale-checkbox
input-id="header-checkbox"
input-id="header-checkbox-2"
value="1"
label="checkbox"
name="nameOfCheckbox"
Expand Down Expand Up @@ -167,7 +167,7 @@ export const DisabledTemplate = (args, { argTypes }) => ({
<scale-checkbox-group>
<div slot="checkbox-header">
<scale-checkbox
input-id="header-checkbox"
input-id="header-checkbox-0"
value="1"
label="checkbox"
name="nameOfCheckbox"
Expand Down Expand Up @@ -212,7 +212,7 @@ export const DisabledTemplate = (args, { argTypes }) => ({
<scale-checkbox-group>
<div slot="checkbox-header">
<scale-checkbox
input-id="header-checkbox"
input-id="header-checkbox-1"
value="1"
label="checkbox"
name="nameOfCheckbox"
Expand Down Expand Up @@ -258,7 +258,7 @@ export const DisabledTemplate = (args, { argTypes }) => ({
<scale-checkbox-group>
<div slot="checkbox-header">
<scale-checkbox
input-id="header-checkbox"
input-id="header-checkbox-2"
value="1"
label="checkbox"
name="nameOfCheckbox"
Expand Down

0 comments on commit 0d1eab1

Please sign in to comment.