From 8f74e46d45ca94f5656f7b881f1096c16657c829 Mon Sep 17 00:00:00 2001 From: Yongjie Zhao Date: Wed, 12 Oct 2022 19:28:55 +0800 Subject: [PATCH] fix: regression in #21766 (#21782) --- superset-frontend/src/explore/reducers/exploreReducer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/superset-frontend/src/explore/reducers/exploreReducer.js b/superset-frontend/src/explore/reducers/exploreReducer.js index 9610429f25..81dd86fbf9 100644 --- a/superset-frontend/src/explore/reducers/exploreReducer.js +++ b/superset-frontend/src/explore/reducers/exploreReducer.js @@ -17,9 +17,8 @@ * under the License. */ /* 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 { DEFAULT_TIME_RANGE } from 'src/explore/constants'; import { getControlsState } from 'src/explore/store'; import { getControlConfig,