Added missing data-wd-key attribute.

This commit is contained in:
orangemug 2018-05-11 11:26:43 +01:00
parent 221cd4ffd2
commit 54e79e5eb8

View file

@ -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)}
>