Skip to content

Commit

Permalink
[fixed] correct property name shouldFocusAfterRender.
Browse files Browse the repository at this point in the history
  • Loading branch information
kloots authored and diasbruno committed Oct 25, 2017
1 parent 5f5c2f0 commit 18a15eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class Modal extends Component {
onRequestClose: PropTypes.func,
closeTimeoutMS: PropTypes.number,
ariaHideApp: PropTypes.bool,
shouldFocusAfter: PropTypes.bool,
shouldFocusAfterRender: PropTypes.bool,
shouldCloseOnOverlayClick: PropTypes.bool,
parentSelector: PropTypes.func,
aria: PropTypes.object,
Expand Down

0 comments on commit 18a15eb

Please sign in to comment.