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 d8b6e4b commit 4973876Copy full SHA for 4973876
frontends/main/src/app-pages/B2BAttachPage/B2BAttachPage.tsx
@@ -19,7 +19,7 @@ const B2BAttachPage: React.FC<B2BAttachPageProps> = ({ code }) => {
19
React.useEffect(() => attach(code), [attach, code])
20
21
if (isSuccess) {
22
- //window.history.replaceState(null, "", urls.DASHBOARD_HOME);
+ window.history.replaceState(null, "", urls.DASHBOARD_HOME);
23
}
24
25
return (
0 commit comments