mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[SQL Lab] fix unnecessary offline action (#7594)
This commit is contained in:
@@ -366,11 +366,13 @@ export const runningQuery = {
|
||||
id: 'ryhMUZCGb',
|
||||
progress: 90,
|
||||
state: 'running',
|
||||
startDttm: Date.now() - 500,
|
||||
};
|
||||
export const cachedQuery = Object.assign({}, queries[0], { cached: true });
|
||||
|
||||
export const initialState = {
|
||||
sqlLab: {
|
||||
offline: false,
|
||||
alerts: [],
|
||||
queries: {},
|
||||
databases: {},
|
||||
|
||||
Reference in New Issue
Block a user