mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Make show query button work for v1 (#2080)
This commit is contained in:
@@ -343,6 +343,7 @@ function renderExploreActions() {
|
||||
<ExploreActionButtons
|
||||
canDownload={exploreActionsEl.getAttribute('data-can-download')}
|
||||
slice={slice}
|
||||
query={slice.viewSqlQuery}
|
||||
/>,
|
||||
exploreActionsEl
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user