mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 17:23:31 +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);
|
||||
|
||||
dispatch(loadOrganizationPreferences());
|
||||
window.location.reload();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user