mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
Merge branch 'master' of github.com:grafana/grafana
This commit is contained in:
commit
7e6314dcac
@ -86,8 +86,7 @@ export class SideMenuCtrl {
|
||||
|
||||
switchOrg(orgId) {
|
||||
this.backendSrv.post('/api/user/using/' + orgId).then(() => {
|
||||
window.location.href = window.location.href;
|
||||
this.$location.path('/');
|
||||
window.location.href = `${config.appSubUrl}/`;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user