mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
refactor: migrate ExploreCtasResultsButton component to typescript (#18142)
* Move component to FC & tsx * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Fix type issue * Fix type issue * Fix ResultSet type issue * Refactoring RootState
This commit is contained in:
@@ -726,10 +726,10 @@ export default class ResultSet extends React.PureComponent<
|
||||
</Button>
|
||||
<ExploreCtasResultsButton
|
||||
// @ts-ignore Redux types are difficult to work with, ignoring for now
|
||||
actions={this.props.actions}
|
||||
table={tempTable}
|
||||
schema={tempSchema}
|
||||
dbId={exploreDBId}
|
||||
actions={this.props.actions}
|
||||
/>
|
||||
</ButtonGroup>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user