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

@@ -350,7 +350,7 @@ export function runQuery(query) {
sql: query.sql,
sql_editor_id: query.sqlEditorId,
tab: query.tab,
tmp_table_name: query.tempTableName,
tmp_table_name: query.tempTable,
select_as_cta: query.ctas,
ctas_method: query.ctas_method,
templateParams: query.templateParams,