mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: Removes duplicated featureFlags.ts (#24935)
This commit is contained in:
committed by
GitHub
parent
764f0f79ca
commit
284c12697b
@@ -18,10 +18,14 @@
|
||||
*/
|
||||
import shortid from 'shortid';
|
||||
import rison from 'rison';
|
||||
import { FeatureFlag, SupersetClient, t } from '@superset-ui/core';
|
||||
import {
|
||||
FeatureFlag,
|
||||
SupersetClient,
|
||||
t,
|
||||
isFeatureEnabled,
|
||||
} from '@superset-ui/core';
|
||||
import invert from 'lodash/invert';
|
||||
import mapKeys from 'lodash/mapKeys';
|
||||
import { isFeatureEnabled } from 'src/featureFlags';
|
||||
|
||||
import { now } from 'src/utils/dates';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user