chore: add typing to profile (#10282)

This commit is contained in:
Erik Ritter
2020-07-14 16:39:37 -07:00
committed by GitHub
parent 11ae48062f
commit 80902bca50
23 changed files with 246 additions and 201 deletions

View File

@@ -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}