Skip to content

Commit e0b7185

Browse files
committed
Navigate with replace
1 parent 77059b4 commit e0b7185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/dashboard/sites/settings-transfer-site/invitation-email-sent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function InvitationEmailSent( {
4343
),
4444
{ type: 'snackbar' }
4545
);
46-
router.navigate( { to: '/sites' } );
46+
router.navigate( { to: '/sites', replace: true } );
4747
return;
4848
}
4949

0 commit comments

Comments
 (0)