Skip to content
Snippets Groups Projects
Unverified Commit 20ce165b authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #1610 from kchadha/fix-reload-link

Fix reload button on error page 
parents 71e44dd0 b0101fe4
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.replace(window.location.origin);
window.location.replace(window.location.origin + window.location.pathname);
}
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