mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: type ResultSet.tsx (#10226)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user