fix: regression in #21766 (#21782)

This commit is contained in:
Yongjie Zhao 2022-10-12 19:28:55 +08:00 committed by GitHub
parent 8f61e3c5d9
commit 8f74e46d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,8 @@
* under the License. * under the License.
*/ */
/* eslint camelcase: 0 */ /* eslint camelcase: 0 */
import { ensureIsArray } from '@superset-ui/core'; import { ensureIsArray, DEFAULT_TIME_RANGE } from '@superset-ui/core';
import { DYNAMIC_PLUGIN_CONTROLS_READY } from 'src/components/Chart/chartAction'; import { DYNAMIC_PLUGIN_CONTROLS_READY } from 'src/components/Chart/chartAction';
import { DEFAULT_TIME_RANGE } from 'src/explore/constants';
import { getControlsState } from 'src/explore/store'; import { getControlsState } from 'src/explore/store';
import { import {
getControlConfig, getControlConfig,