This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new d78e59b revert tablevis (#8515)
d78e59b is described below
commit d78e59b75cba7a68bb9b29499d7a3d190a4bacb2
Author: Conglei <[email protected]>
AuthorDate: Tue Nov 5 23:08:44 2019 -0800
revert tablevis (#8515)
---
superset/assets/src/visualizations/presets/MainPreset.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/assets/src/visualizations/presets/MainPreset.js
b/superset/assets/src/visualizations/presets/MainPreset.js
index 43e7673..3ea5592 100644
--- a/superset/assets/src/visualizations/presets/MainPreset.js
+++ b/superset/assets/src/visualizations/presets/MainPreset.js
@@ -36,7 +36,7 @@ import PivotTableChartPlugin from
'@superset-ui/legacy-plugin-chart-pivot-table'
import RoseChartPlugin from '@superset-ui/legacy-plugin-chart-rose';
import SankeyChartPlugin from '@superset-ui/legacy-plugin-chart-sankey';
import SunburstChartPlugin from '@superset-ui/legacy-plugin-chart-sunburst';
-import TableChartPlugin from '@superset-ui/plugin-chart-table/esm/legacy';
+import TableChartPlugin from '@superset-ui/legacy-plugin-chart-table';
import TreemapChartPlugin from '@superset-ui/legacy-plugin-chart-treemap';
import WordCloudChartPlugin from '@superset-ui/legacy-plugin-chart-word-cloud';
import WorldMapChartPlugin from '@superset-ui/legacy-plugin-chart-world-map';