Fix console errors

This commit is contained in:
KMY 2023-08-21 11:57:03 +09:00
parent 25af09f60b
commit 892cd59885
3 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ class RadioPanel extends PureComponent {
static propTypes = {
values: ImmutablePropTypes.list.isRequired,
value: PropTypes.string.isRequired,
value: PropTypes.object.isRequired,
intl: PropTypes.object.isRequired,
onChange: PropTypes.func.isRequired,
};