Add functionality to close modal when back overlay is clicked. (#13669)
This commit is contained in:
parent
5d09b612e5
commit
49a4e47b95
|
|
@ -86,6 +86,7 @@ class RequestConfirmationModal extends React.Component<Props> {
|
|||
{modalsToBeOpened.map((modalInfo: ModalInfo, index: number) => (
|
||||
<DialogComponent
|
||||
canEscapeKeyClose
|
||||
canOutsideClickClose
|
||||
isOpen={modalInfo?.modalOpen}
|
||||
key={index}
|
||||
maxHeight={"80vh"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user