Skip to content

Commit 62c2a9f

Browse files
committed
fix(Radio): button * 2
1 parent 27e580d commit 62c2a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/fields/RadioGroup/Radio.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@ const __Radio = Object.assign(
382382
Group: typeof RadioGroup;
383383
Tabs: typeof Tabs;
384384
ButtonGroup: typeof ButtonGroup;
385-
Button: typeof Radio;
385+
Button: typeof _Radio;
386386
},
387387
{
388388
Group: RadioGroup,
389389
Tabs,
390390
ButtonGroup,
391-
Button: Radio,
391+
Button: _Radio,
392392
},
393393
);
394394

0 commit comments

Comments
 (0)