mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 17:27:45 +01:00
Added missing data-wd-key attribute.
This commit is contained in:
parent
221cd4ffd2
commit
54e79e5eb8
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class Modal extends React.Component {
|
|||
return <AriaModal
|
||||
titleText={this.props.title}
|
||||
getApplicationNode={this.getApplicationNode}
|
||||
data-wd-key={this.props["data-wd-key"]}
|
||||
verticallyCenter={true}
|
||||
onExit={() => this.props.onOpenToggle(false)}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue