chore: Removes duplicated featureFlags.ts (#24935)

(cherry picked from commit 284c12697b)
This commit is contained in:
Michael S. Molina
2023-08-10 10:55:44 -03:00
committed by Michael S. Molina
parent 1e20c0bf8a
commit 2574e11544
71 changed files with 224 additions and 202 deletions

View File

@@ -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';