fix(explore): edit datasource does not update control states (#10284)

This commit is contained in:
Jesse Yang
2020-07-10 12:46:25 -07:00
committed by GitHub
parent 4e4ccd48d6
commit 4d179622fa
8 changed files with 86 additions and 15 deletions

View File

@@ -27,7 +27,6 @@ import {
getFormDataFromControls,
applyMapStateToPropsToControl,
getAllControlsState,
getControlsState,
} from 'src/explore/controlUtils';
describe('controlUtils', () => {