mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Configuration: Fix changing org preferences on FireFox (#35549)
This commit is contained in:
parent
8e827337ea
commit
1838e6b774
@ -90,7 +90,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
|
|||||||
|
|
||||||
onSubmitForm = async () => {
|
onSubmitForm = async () => {
|
||||||
const { homeDashboardId, theme, timezone } = this.state;
|
const { homeDashboardId, theme, timezone } = this.state;
|
||||||
this.service.update({ homeDashboardId, theme, timezone });
|
await this.service.update({ homeDashboardId, theme, timezone });
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user