chore: type ResultSet.tsx (#10226)

This commit is contained in:
Erik Ritter
2020-07-02 10:12:31 -07:00
committed by GitHub
parent 0afa15138b
commit 4281ad5486
6 changed files with 117 additions and 64 deletions

View File

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