Skip to content

Commit d66cfeb

Browse files
authored
Merge pull request #2448 from SUI-Components/master
2 parents fe4f09d + 1e71741 commit d66cfeb

File tree

1 file changed

+1
-1
lines changed
  • components/molecule/radioButtonGroup/src

1 file changed

+1
-1
lines changed

components/molecule/radioButtonGroup/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const MoleculeRadioButtonGroup = ({
2727
checked: ownProps.value === innerValue,
2828
onChange: handleChangeGroup,
2929
name,
30-
props
30+
...props
3131
},
3232
ownProps
3333
)

0 commit comments

Comments
 (0)