|
@@ -6,7 +6,7 @@ import {
|
|
|
|
|
|
|
|
const PagePresentationModal = (props) => {
|
|
const PagePresentationModal = (props) => {
|
|
|
return (
|
|
return (
|
|
|
- <Modal isOpen={props.isOpen} toggle={props.onClose} className="grw-presentation-page">
|
|
|
|
|
|
|
+ <Modal isOpen={props.isOpen} toggle={props.onClose} className="grw-presentation-page" unmountOnClose={false}>
|
|
|
<ModalBody className="presentation-body">
|
|
<ModalBody className="presentation-body">
|
|
|
<iframe src={props.href} />
|
|
<iframe src={props.href} />
|
|
|
</ModalBody>
|
|
</ModalBody>
|