Make show query button work for v1 (#2080)

This commit is contained in:
vera-liu
2017-01-31 14:47:50 -08:00
committed by GitHub
parent 0c59fe933d
commit 8da371e324

View File

@@ -343,6 +343,7 @@ function renderExploreActions() {
<ExploreActionButtons
canDownload={exploreActionsEl.getAttribute('data-can-download')}
slice={slice}
query={slice.viewSqlQuery}
/>,
exploreActionsEl
);