Skip to content

Commit 08c8175

Browse files
committed
1 parent 72ef28f commit 08c8175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/RadioButtons.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function MyComponent(){
2323
2424
return (
2525
<RadioButtons
26-
label="Label"
26+
legend="Label"
2727
options={[
2828
{
2929
label: "Label radio",
@@ -64,7 +64,7 @@ function MyComponent(){
6464
return (
6565
<form>
6666
<RadioButtons
67-
label="Label"
67+
legend="Label"
6868
name="my-radio"
6969
options={[
7070
{

0 commit comments

Comments
 (0)