Commit 655f4d0a by Peter Holmberg

fixed issue with save.

parent 03cf238f
......@@ -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