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