mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 05:57:25 +00:00
Added back in onOpenToggle
This commit is contained in:
@@ -8,6 +8,7 @@ class DebugModal extends React.Component {
|
|||||||
static propTypes = {
|
static propTypes = {
|
||||||
isOpen: PropTypes.bool.isRequired,
|
isOpen: PropTypes.bool.isRequired,
|
||||||
onChangeDebug: PropTypes.func.isRequired,
|
onChangeDebug: PropTypes.func.isRequired,
|
||||||
|
onOpenToggle: PropTypes.func.isRequired,
|
||||||
debugOptions: PropTypes.object,
|
debugOptions: PropTypes.object,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user