fixed issue with save.

This commit is contained in:
Peter Holmberg 2018-11-13 18:23:35 +01:00 committed by Johannes Schill
parent f6aab0fe4b
commit 7b66120122

View File

@ -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());
};
}