mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Configuration: Fix changing org preferences on FireFox (#35549)
This commit is contained in:
@@ -90,7 +90,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
|
||||
|
||||
onSubmitForm = async () => {
|
||||
const { homeDashboardId, theme, timezone } = this.state;
|
||||
this.service.update({ homeDashboardId, theme, timezone });
|
||||
await this.service.update({ homeDashboardId, theme, timezone });
|
||||
window.location.reload();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user