mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
feat(sqllab): Improved query status indicator bar (#36936)
This commit is contained in:
@@ -392,7 +392,7 @@ export function startQuery(query: Query, runPreviewOnly?: boolean) {
|
||||
id: query.id ? query.id : nanoid(11),
|
||||
progress: 0,
|
||||
startDttm: now(),
|
||||
state: query.runAsync ? 'pending' : 'running',
|
||||
state: 'pending',
|
||||
cached: false,
|
||||
});
|
||||
return { type: START_QUERY, query, runPreviewOnly } as const;
|
||||
|
||||
Reference in New Issue
Block a user