Skip to content

Commit

Permalink
Make show query button work for v1 (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-liu authored Jan 31, 2017
1 parent 0c59fe9 commit 8da371e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/javascripts/explore/explore.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ function renderExploreActions() {
<ExploreActionButtons
canDownload={exploreActionsEl.getAttribute('data-can-download')}
slice={slice}
query={slice.viewSqlQuery}
/>,
exploreActionsEl
);
Expand Down

0 comments on commit 8da371e

Please sign in to comment.