reload browser after preferences been updated

pull/14125/head
Marcus Efraimsson 7 years ago committed by Johannes Schill
parent 93586491f4
commit 3f1388f214
  1. 1
      public/app/core/components/SharedPreferences/SharedPreferences.tsx

@ -62,6 +62,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
theme,
timezone,
});
window.location.reload();
};
onThemeChanged = (theme: string) => {

Loading…
Cancel
Save