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 e829b57 commit 72fce5aCopy full SHA for 72fce5a
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