mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
[hotfix] passing payload to Slice.done everywhere
This commit is contained in:
@@ -92,7 +92,7 @@ function parallelCoordVis(slice) {
|
||||
});
|
||||
});
|
||||
}
|
||||
slice.done();
|
||||
slice.done(payload);
|
||||
})
|
||||
.fail(function (xhr) {
|
||||
slice.error(xhr.responseText);
|
||||
|
||||
Reference in New Issue
Block a user