mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[hotfix] load selectors in render
This commit is contained in:
@@ -13,9 +13,9 @@ dt(window, $);
|
||||
function tableVis(slice) {
|
||||
const fC = d3.format('0,000');
|
||||
let timestampFormatter;
|
||||
const container = $(slice.selector);
|
||||
|
||||
function refresh() {
|
||||
const container = $(slice.selector);
|
||||
function onError(xhr) {
|
||||
slice.error(xhr.responseText, xhr);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user