Skip to content

Commit 045d20a

Browse files
authored
Rename duplicate ids in docs (dbc-team#949)
1 parent 49ade1d commit 045d20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components_page/components/input/components_in_labels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
{"label": hotel, "value": 3},
1616
],
1717
value=1,
18-
id="radioitems-input",
18+
id="radioitems-with-icons",
1919
),
2020
]
2121
)
2222

2323
checkbox = dbc.Checkbox(
24-
id="standalone-checkbox",
24+
id="checkbox-with-link",
2525
label=html.Div(
2626
["I agree to the ", html.A("Terms and Conditions", href="#")]
2727
),

0 commit comments

Comments
 (0)