Skip to content

Commit

Permalink
disable click outside to close download modal (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 authored Jan 26, 2024
1 parent 8a493c5 commit 67937dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function DownloadModalContent() {
}}
onClose={closeModal}
open={!!isModalOpen}
canClickOutsideClose={false}
>
<div className="flex justify-between">
<p className="text-sds-header-xl leading-sds-header-xl font-semibold pt-4">
Expand Down

0 comments on commit 67937dd

Please sign in to comment.