fix: regression in 5.4 after implementing workaround for 6.7

This commit is contained in:
Ivan Mikheykin
2020-05-24 15:08:23 +03:00
parent 129a37bda6
commit 48597eda59
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -411,8 +411,8 @@ System.register(["lodash", "./color_legend", "app/core/utils/kbn", "app/plugins/
}, {
key: "updateTimeRange",
value: function updateTimeRange() {
var ret = _get(_getPrototypeOf(StatusHeatmapCtrl.prototype), "updateTimeRange", this).call(this);
value: function updateTimeRange(datasource) {
var ret = _get(_getPrototypeOf(StatusHeatmapCtrl.prototype), "updateTimeRange", this).call(this, datasource);
this.calculateInterval();
return ret;