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