We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bad480 commit f1418e3Copy full SHA for f1418e3
web/src/redux/actions/settings.ts
@@ -28,6 +28,5 @@ export const changeLanguage = (languageCode: Language["code"]) => {
28
newPath = newPath.replace(`/${language.code}`, "");
29
}
30
31
- window.history.replaceState(null, "", newPath);
32
- window.location.reload();
+ window.location.assign(newPath);
33
};
0 commit comments