New: Don't close manual import when clicking outside the modal
Closes #3761
This commit is contained in:
parent
d3bd90e4b9
commit
fd608fd411
|
@ -47,6 +47,7 @@ class InteractiveImportModal extends Component {
|
|||
return (
|
||||
<Modal
|
||||
isOpen={isOpen}
|
||||
closeOnBackgroundClick={false}
|
||||
onModalClose={onModalClose}
|
||||
>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue