Skip to content
Snippets Groups Projects
Commit d65fabc6 authored by chrisgarrity's avatar chrisgarrity
Browse files

reload without project hash

parent 5f1fe572
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class ErrorBoundary extends React.Component {
}
handleReload () {
window.location.reload();
window.location.replace(window.location.origin);
}
render () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment