mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Refactor out controlUtils.js module + unit tests (#7350)
* [WiP]refactor out a controlUtils.js file * unit tests * add missing license * Addressing comments
This commit is contained in:
committed by
GitHub
parent
8703244198
commit
46579b1bd6
@@ -18,7 +18,8 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import { getFormDataFromControls, defaultControls } from 'src/explore/store';
|
||||
import { defaultControls } from 'src/explore/store';
|
||||
import { getFormDataFromControls } from 'src/explore/controlUtils';
|
||||
import { ControlPanelsContainer } from 'src/explore/components/ControlPanelsContainer';
|
||||
import ControlPanelSection from 'src/explore/components/ControlPanelSection';
|
||||
import * as featureFlags from 'src/featureFlags';
|
||||
|
||||
Reference in New Issue
Block a user