This is an automated email from the ASF dual-hosted git repository. hugh pushed a commit to branch hugh-v2022.29.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 430b3e4b5f97347ecb528fc3e0e02e5714e8c823 Author: hughhhh <[email protected]> AuthorDate: Thu Jul 21 15:08:04 2022 -0400 enable --- superset-frontend/src/SqlLab/components/ResultSet/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/SqlLab/components/ResultSet/index.tsx b/superset-frontend/src/SqlLab/components/ResultSet/index.tsx index 7b7780a0b4..122acb1fd4 100644 --- a/superset-frontend/src/SqlLab/components/ResultSet/index.tsx +++ b/superset-frontend/src/SqlLab/components/ResultSet/index.tsx @@ -276,7 +276,7 @@ export default class ResultSet extends React.PureComponent< this.props.database?.allows_virtual_table_explore && ( <ExploreResultsButton database={this.props.database} - onClick={() => this.setState({ showSaveDatasetModal: true })} + onClick={this.createExploreResultsOnClick} /> // In order to use the new workflow for a query powered chart, replace the // above function with:
