Skip to content

Commit 4973876

Browse files
jkachelgumaerc
authored andcommitted
Re-enable the redirect (disabled to grab a screenshot)
1 parent d8b6e4b commit 4973876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/main/src/app-pages/B2BAttachPage/B2BAttachPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const B2BAttachPage: React.FC<B2BAttachPageProps> = ({ code }) => {
1919
React.useEffect(() => attach(code), [attach, code])
2020

2121
if (isSuccess) {
22-
//window.history.replaceState(null, "", urls.DASHBOARD_HOME);
22+
window.history.replaceState(null, "", urls.DASHBOARD_HOME);
2323
}
2424

2525
return (

0 commit comments

Comments
 (0)