Add shortcut

This commit is contained in:
Tom Moor
2017-09-28 23:22:09 -07:00
parent be47baf2fd
commit d015d37f53
4 changed files with 11 additions and 3 deletions

View File

@ -18,7 +18,7 @@ type Props = {
const Modal = ({
children,
isOpen,
title = 'Untitled Modal',
title = 'Untitled',
onRequestClose,
...rest
}: Props) => {