mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 15:42:53 +08:00
reload page after preferences update
This commit is contained in:
@ -113,6 +113,6 @@ export function updateOrganizationPreferences() {
|
|||||||
|
|
||||||
await getBackendSrv().put('/api/org/preferences', preferences);
|
await getBackendSrv().put('/api/org/preferences', preferences);
|
||||||
|
|
||||||
dispatch(loadOrganizationPreferences());
|
window.location.reload();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user