diff --git a/superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx b/superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx index 16b4632450ce3..326e26fd5dc4c 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx +++ b/superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx @@ -19,7 +19,7 @@ import React from 'react'; import { t, RollingType, ComparisonType } from '@superset-ui/core'; -import ControlSubSectionHeader from '../components/ControlSubSectionHeader'; +import { ControlSubSectionHeader } from '../components/ControlSubSectionHeader'; import { ControlPanelSectionConfig } from '../types'; import { formatSelectOptions } from '../utils'; diff --git a/superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx b/superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx index 5bb2a918fbac3..0b824a327139a 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx +++ b/superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx @@ -19,7 +19,7 @@ import React from 'react'; import { t } from '@superset-ui/core'; -import ControlSubSectionHeader from '../components/ControlSubSectionHeader'; +import { ControlSubSectionHeader } from '../components/ControlSubSectionHeader'; import { ControlPanelSectionConfig } from '../types'; import { formatSelectOptions } from '../utils';