mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:31:17 +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
|
return <AriaModal
|
||||||
titleText={this.props.title}
|
titleText={this.props.title}
|
||||||
getApplicationNode={this.getApplicationNode}
|
getApplicationNode={this.getApplicationNode}
|
||||||
|
data-wd-key={this.props["data-wd-key"]}
|
||||||
verticallyCenter={true}
|
verticallyCenter={true}
|
||||||
onExit={() => this.props.onOpenToggle(false)}
|
onExit={() => this.props.onOpenToggle(false)}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue