Commit 7b661201 by Peter Holmberg Committed by Johannes Schill

fixed issue with save.

parent f6aab0fe
......@@ -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());
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment