mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 07:30:00 +00:00
Fixed PropTypes typo.
This commit is contained in:
@@ -8,7 +8,7 @@ class AutocompleteMenu extends React.Component {
|
||||
static propTypes = {
|
||||
keepMenuWithinWindowBounds: PropTypes.bool,
|
||||
style: PropTypes.object,
|
||||
children: PropTypes.none
|
||||
children: PropTypes.node
|
||||
}
|
||||
|
||||
calcMaxHeight() {
|
||||
|
||||
Reference in New Issue
Block a user