Skip to content

Commit

Permalink
fix: reg modal should not dismiss on bg click (#11499)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Jan 15, 2025
1 parent 6019a69 commit 2ca2ebe
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-19706e7e35-10.zip
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-6b67494872-10.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const TermsAndConditionsModal: FC<TermsAndConditionsModalProps> = ({
const { Modal, openModal, closeModal } = useModal()
useEffect(handleOpenCloseModal(openModal, closeModal, visible), [visible])
return (
<Modal className={modalWidth} title="Terms and Conditions">
<Modal className={modalWidth} title="Terms and Conditions" onModalClose={() => null}>
<>
<BodyText hasGreyText>
These Reapit Foundations User Terms and Conditions govern access to Reapit’s Foundations Platform and
Expand Down

0 comments on commit 2ca2ebe

Please sign in to comment.