diff --git a/src/src/App.js b/src/src/App.js index ff147736..bcc3eb18 100644 --- a/src/src/App.js +++ b/src/src/App.js @@ -313,7 +313,8 @@ export function App (props){ }; function handleCancel(){ - window.history.back(); + // window.history.back(); + navigate("/"); } const onClose = (event, reason) => { navigate("/");