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