mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -06:00
fixed issue with save.
This commit is contained in:
parent
f6aab0fe4b
commit
7b66120122
@ -223,6 +223,7 @@ export function updateTeamPreferences() {
|
||||
const preferences = getStore().team.preferences;
|
||||
|
||||
await getBackendSrv().put(`/api/teams/${team.id}/preferences`, preferences);
|
||||
window.location.reload();
|
||||
|
||||
dispatch(loadTeamPreferences());
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user