mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
chore: type ResultSet.tsx (#10226)
This commit is contained in:
@@ -293,7 +293,7 @@ class SqlEditor extends React.PureComponent {
|
||||
sqlEditorId: qe.id,
|
||||
tab: qe.title,
|
||||
schema: qe.schema,
|
||||
tempTableName: ctas ? this.state.ctas : '',
|
||||
tempTable: ctas ? this.state.ctas : '',
|
||||
templateParams: qe.templateParams,
|
||||
queryLimit: qe.queryLimit || this.props.defaultQueryLimit,
|
||||
runAsync: this.props.database
|
||||
|
||||
Reference in New Issue
Block a user