Skip to content

Commit

Permalink
documentation update - ModalsPage.js (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtworks-tcaceres committed Jun 22, 2020
1 parent 6ea2488 commit e7b8bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/Components/ModalsPage.js
Expand Up @@ -72,7 +72,7 @@ const ModalsPage = () => {
// if body of modal should be scrollable when content is long
scrollable: PropTypes.bool,
// allows for a node/component to exist next to the modal (outside of it). Useful for external close buttons
// external: PropTypes.node,
external: PropTypes.node,
// called on componentDidMount
onEnter: PropTypes.func,
// called on componentWillUnmount
Expand Down

0 comments on commit e7b8bfa

Please sign in to comment.