mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Removes duplicated featureFlags.ts (#24935)
This commit is contained in:
committed by
GitHub
parent
764f0f79ca
commit
284c12697b
@@ -19,7 +19,6 @@
|
||||
/* eslint camelcase: 0 */
|
||||
import React from 'react';
|
||||
import { Dispatch } from 'redux';
|
||||
import { isFeatureEnabled } from 'src/featureFlags';
|
||||
import rison from 'rison';
|
||||
import { connect } from 'react-redux';
|
||||
import { withRouter, RouteComponentProps } from 'react-router-dom';
|
||||
@@ -27,6 +26,7 @@ import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
|
||||
import {
|
||||
css,
|
||||
DatasourceType,
|
||||
isFeatureEnabled,
|
||||
FeatureFlag,
|
||||
isDefined,
|
||||
styled,
|
||||
|
||||
Reference in New Issue
Block a user