mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Removes duplicated featureFlags.ts (#24935)
(cherry picked from commit 284c12697b)
This commit is contained in:
committed by
Michael S. Molina
parent
1e20c0bf8a
commit
2574e11544
@@ -18,11 +18,11 @@
|
||||
*/
|
||||
import {
|
||||
DataMask,
|
||||
isFeatureEnabled,
|
||||
FeatureFlag,
|
||||
FilterConfiguration,
|
||||
Filters,
|
||||
} from '@superset-ui/core';
|
||||
import { isFeatureEnabled } from '../featureFlags';
|
||||
import { getInitialDataMask } from './reducer';
|
||||
|
||||
export const CLEAR_DATA_MASK_STATE = 'CLEAR_DATA_MASK_STATE';
|
||||
|
||||
@@ -24,6 +24,7 @@ import {
|
||||
DataMask,
|
||||
DataMaskStateWithId,
|
||||
DataMaskWithId,
|
||||
isFeatureEnabled,
|
||||
FeatureFlag,
|
||||
Filter,
|
||||
FilterConfiguration,
|
||||
@@ -31,7 +32,6 @@ import {
|
||||
} from '@superset-ui/core';
|
||||
import { NATIVE_FILTER_PREFIX } from 'src/dashboard/components/nativeFilters/FiltersConfigModal/utils';
|
||||
import { HYDRATE_DASHBOARD } from 'src/dashboard/actions/hydrate';
|
||||
import { isFeatureEnabled } from 'src/featureFlags';
|
||||
import {
|
||||
AnyDataMaskAction,
|
||||
CLEAR_DATA_MASK_STATE,
|
||||
|
||||
Reference in New Issue
Block a user