mirror of
https://github.com/maputnik/editor.git
synced 2026-06-09 16:57:26 +00:00
Added missing data-wd-key attribute.
This commit is contained in:
@@ -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)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user