Skip to content

Commit 3413bc7

Browse files
author
David Emory
committed
fix(form): Fix boolean/bool typo in mode-selector propTypes
1 parent 3a4f0d0 commit 3413bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/components/form/mode-selector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ModeSelector extends Component {
1010
label: PropTypes.string,
1111
mode: PropTypes.string,
1212
setMode: PropTypes.func,
13-
showLabel: PropTypes.boolean
13+
showLabel: PropTypes.bool
1414
}
1515

1616
static defaultProps = {

0 commit comments

Comments
 (0)