Skip to content

Commit 18a15eb

Browse files
klootsdiasbruno
authored andcommittedOct 25, 2017
[fixed] correct property name shouldFocusAfterRender.
1 parent 5f5c2f0 commit 18a15eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/components/Modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default class Modal extends Component {
5252
onRequestClose: PropTypes.func,
5353
closeTimeoutMS: PropTypes.number,
5454
ariaHideApp: PropTypes.bool,
55-
shouldFocusAfter: PropTypes.bool,
55+
shouldFocusAfterRender: PropTypes.bool,
5656
shouldCloseOnOverlayClick: PropTypes.bool,
5757
parentSelector: PropTypes.func,
5858
aria: PropTypes.object,

0 commit comments

Comments
 (0)
Please sign in to comment.