diff --git a/frontend/src/Editor/Components/Modal.jsx b/frontend/src/Editor/Components/Modal.jsx index c745f11fc7..34b81cc286 100644 --- a/frontend/src/Editor/Components/Modal.jsx +++ b/frontend/src/Editor/Components/Modal.jsx @@ -122,7 +122,7 @@ export const Modal = function Modal({ onClick={(event) => { event.stopPropagation(); setShowModal(true); - setExposedVariable('show', true).then(() => fireEvent('onOpen')); + setExposedVariable('show', true); }} data-cy={`${dataCy}-launch-button`} >