mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix conflicts incorrectly resolved in 8fabe8b6a7
(#44975)
This commit is contained in:
parent
f92ab9bc72
commit
bfe66a1780
@ -53,8 +53,6 @@ class WrapperUnconnected extends PureComponent<Props> {
|
||||
locationService.partial({ from: undefined, to: undefined }, true);
|
||||
}
|
||||
|
||||
const richHistory = getRichHistory();
|
||||
this.props.richHistoryUpdatedAction({ richHistory });
|
||||
getRichHistory().then((richHistory) => {
|
||||
this.props.richHistoryUpdatedAction({ richHistory });
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user