Skip to content

Commit

Permalink
[fixed] Remove remaining reference to role dialog
Browse files Browse the repository at this point in the history
This fixes an oversight from 919daa3
  • Loading branch information
claydiffrient committed Oct 8, 2016
1 parent b09cdf9 commit d78428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/ModalPortal.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ var ModalPortal = module.exports = React.createClass({
onKeyDown: this.handleKeyDown,
onMouseDown: this.handleContentMouseDown,
onMouseUp: this.handleContentMouseUp,
role: "dialog"
role: this.props.role
},
this.props.children
)
Expand Down

0 comments on commit d78428b

Please sign in to comment.