reload browser after preferences been updated

pull/14034/head
Marcus Efraimsson 7 years ago
parent b8539570d0
commit 9606491f6c
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
  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