mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
reload browser after preferences been updated
This commit is contained in:
parent
b8539570d0
commit
9606491f6c
@ -62,6 +62,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
|
|||||||
theme,
|
theme,
|
||||||
timezone,
|
timezone,
|
||||||
});
|
});
|
||||||
|
window.location.reload();
|
||||||
};
|
};
|
||||||
|
|
||||||
onThemeChanged = (theme: string) => {
|
onThemeChanged = (theme: string) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user