Browse Source

reload browser after preferences been updated

Marcus Efraimsson 7 years ago
parent
commit
9606491f6c

+ 1 - 0
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) => {