mirror of
https://github.com/apache/superset.git
synced 2026-04-26 11:34:27 +00:00
chore: add typing to profile (#10282)
This commit is contained in:
@@ -158,6 +158,7 @@ export default class ResultSet extends React.PureComponent<
|
||||
this.props.database &&
|
||||
this.props.database.allows_virtual_table_explore && (
|
||||
<ExploreResultsButton
|
||||
// @ts-ignore Redux types are difficult to work with, ignoring for now
|
||||
query={this.props.query}
|
||||
database={this.props.database}
|
||||
actions={this.props.actions}
|
||||
@@ -246,6 +247,7 @@ export default class ResultSet extends React.PureComponent<
|
||||
{t('Query in a new tab')}
|
||||
</Button>
|
||||
<ExploreCtasResultsButton
|
||||
// @ts-ignore Redux types are difficult to work with, ignoring for now
|
||||
table={tempTable}
|
||||
schema={tempSchema}
|
||||
dbId={exploreDBId}
|
||||
|
||||
Reference in New Issue
Block a user