Merge pull request #3386 from benjiwheeler/join-flow-disable-click-outside

new join flow modal stays open on click outside
This commit is contained in:
Benjamin Wheeler 2019-09-24 12:10:56 -04:00 committed by GitHub
commit c609d99e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ const JoinModal = ({
isOpen
useStandardSizes
className="mod-join"
shouldCloseOnOverlayClick={false}
onRequestClose={onRequestClose}
{...modalProps}
>