fixed issue with save.

This commit is contained in:
Peter Holmberg 2018-11-13 18:23:35 +01:00
parent 03cf238fa7
commit 655f4d0a8d

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