mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Fix conflicts incorrectly resolved in 8fabe8b6a7 (#44975)
This commit is contained in:
@@ -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 });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user