fix typo
This commit is contained in:
parent
2422fe3df6
commit
e70a56c0d2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export class Form extends React.PureComponent {
|
|||
}
|
||||
|
||||
export class FormRow extends React.PureComponent {
|
||||
spropTypes = {
|
||||
propTypes = {
|
||||
label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
||||
errorMessage: PropTypes.oneOfType([PropTypes.string, PropTypes.object]),
|
||||
// helper: PropTypes.html,
|
||||
|
|
Loading…
Reference in a new issue