diff --git a/frontend/src/_components/OrganizationManager/List.jsx b/frontend/src/_components/OrganizationManager/List.jsx index 6ddaa544ed..ce8f43d9a0 100644 --- a/frontend/src/_components/OrganizationManager/List.jsx +++ b/frontend/src/_components/OrganizationManager/List.jsx @@ -28,7 +28,7 @@ export const OrganizationList = function () { organizationService.switchOrganization(orgId).then( (data) => { authenticationService.updateCurrentUserDetails(data); - window.location.href = ''; + window.location.reload(); }, () => { return (window.location.href = `login/${orgId}`);