mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Make nvd3 refresh smoother. (#1618)
This commit is contained in:
@@ -177,6 +177,9 @@ const px = function () {
|
||||
always(data);
|
||||
controller.error(this);
|
||||
},
|
||||
clearError() {
|
||||
$(selector + ' div.alert').remove();
|
||||
},
|
||||
width() {
|
||||
return token.width();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user