mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[hotfix] caching indicator was missing on dashboard view
This commit is contained in:
@@ -216,7 +216,7 @@ var px = (function () {
|
||||
return qrystr;
|
||||
},
|
||||
getWidgetHeader: function () {
|
||||
return this.container.parents("li.widget").find(".chart-header");
|
||||
return this.container.parents("div.widget").find(".chart-header");
|
||||
},
|
||||
render_template: function (s) {
|
||||
var context = {
|
||||
|
||||
Reference in New Issue
Block a user