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

@@ -387,7 +387,7 @@ export const stoppedQuery = {
startDttm: 1497400851936,
state: 'stopped',
tab: 'Untitled Query 2',
tempTableName: '',
tempTable: '',
};
export const runningQuery = {
dbId: 1,
@@ -428,7 +428,7 @@ export const query = {
sql: 'SELECT * FROM something',
sqlEditorId: defaultQueryEditor.id,
tab: 'unimportant',
tempTableName: null,
tempTable: null,
runAsync: false,
ctas: false,
cached: false,