Skip to content

Commit

Permalink
fix: Allow outerclick to close import modal
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Nov 13, 2024
1 parent 8a87315 commit b800d6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ export const ImportTokensModal = ({ onClose }) => {
return (
<Modal
isOpen
isClosedOnOutsideClick={false}
onClose={() => {
dispatch(clearPendingTokens());
onClose();
Expand Down

0 comments on commit b800d6a

Please sign in to comment.