New: Don't close manual import when clicking outside the modal

Closes #278

(cherry picked from commit fd608fd4113bd1d6fde42bca4d9879f826a8c6a9)
pull/1112/head
Mark McDowall 4 years ago committed by Qstick
parent 4066aa1472
commit 1be94da583

@ -47,6 +47,7 @@ class InteractiveImportModal extends Component {
return (
<Modal
isOpen={isOpen}
closeOnBackgroundClick={false}
onModalClose={onModalClose}
>
{

Loading…
Cancel
Save