mirror of
https://github.com/maputnik/editor.git
synced 2026-06-22 23:27:26 +00:00
Fixed prop-type name.
This commit is contained in:
@@ -7,7 +7,7 @@ import Modal from './Modal'
|
|||||||
class DebugModal extends React.Component {
|
class DebugModal extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
isOpen: PropTypes.bool.isRequired,
|
isOpen: PropTypes.bool.isRequired,
|
||||||
onOpenToggle: PropTypes.func.isRequired,
|
onChangeDebug: PropTypes.func.isRequired,
|
||||||
debugOptions: PropTypes.object,
|
debugOptions: PropTypes.object,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user