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
@@ -26,6 +26,7 @@ import Badge from 'src/components/Badge';
|
||||
import shortid from 'shortid';
|
||||
import {
|
||||
css,
|
||||
isFeatureEnabled,
|
||||
getCurrencySymbol,
|
||||
ensureIsArray,
|
||||
FeatureFlag,
|
||||
@@ -51,7 +52,6 @@ import TextControl from 'src/explore/components/controls/TextControl';
|
||||
import TextAreaControl from 'src/explore/components/controls/TextAreaControl';
|
||||
import SpatialControl from 'src/explore/components/controls/SpatialControl';
|
||||
import withToasts from 'src/components/MessageToasts/withToasts';
|
||||
import { isFeatureEnabled } from 'src/featureFlags';
|
||||
import Icons from 'src/components/Icons';
|
||||
import CollectionTable from './CollectionTable';
|
||||
import Fieldset from './Fieldset';
|
||||
|
||||
Reference in New Issue
Block a user