mirror of
https://github.com/apache/superset.git
synced 2026-05-11 10:55:43 +00:00
feat(explore): Don't discard controls with custom sql when changing datasource (#20934)
This commit is contained in:
committed by
GitHub
parent
ec20c0104e
commit
cddc361adc
@@ -458,6 +458,7 @@ function ExploreViewContainer(props) {
|
||||
!areObjectsEqual(
|
||||
props.controls[key].value,
|
||||
lastQueriedControls[key].value,
|
||||
{ ignoreFields: ['datasourceWarning'] },
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user