mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
Simplifying the viz interface (#2005)
This commit is contained in:
committed by
GitHub
parent
1c338ba742
commit
e46ba2b4a4
@@ -32,6 +32,7 @@ const bootstrappedState = Object.assign(
|
||||
chartUpdateStartTime: now(),
|
||||
chartUpdateEndTime: null,
|
||||
chartStatus: 'loading',
|
||||
queryResponse: null,
|
||||
}
|
||||
);
|
||||
bootstrappedState.viz.form_data.datasource = parseInt(bootstrapData.datasource_id, 10);
|
||||
|
||||
Reference in New Issue
Block a user