mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:31:14 +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 = {
|
||||
isOpen: PropTypes.bool.isRequired,
|
||||
onChangeDebug: PropTypes.func.isRequired,
|
||||
onOpenToggle: PropTypes.func.isRequired,
|
||||
debugOptions: PropTypes.object,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue