mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
Fixes explore view when no slice is defined (#924)
This commit is contained in:
committed by
GitHub
parent
3f21a898c9
commit
9b3b1f69df
@@ -476,7 +476,7 @@ $(document).ready(function () {
|
||||
initExploreView();
|
||||
|
||||
// Dynamically register this visualization
|
||||
px.registerViz(data.viz_name);
|
||||
px.registerViz(data.viz_name || 'table');
|
||||
|
||||
slice = px.Slice(data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user