mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix(explore): edit datasource does not update control states (#10284)
This commit is contained in:
@@ -389,6 +389,7 @@ function mapStateToProps(state) {
|
||||
const form_data = getFormDataFromControls(explore.controls);
|
||||
const chartKey = Object.keys(charts)[0];
|
||||
const chart = charts[chartKey];
|
||||
|
||||
return {
|
||||
isDatasourceMetaLoading: explore.isDatasourceMetaLoading,
|
||||
datasource: explore.datasource,
|
||||
|
||||
Reference in New Issue
Block a user