mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 07:40:28 +01:00
Added back in onOpenToggle
This commit is contained in:
parent
eb2fc4c715
commit
2776ac3ce0
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue