mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
refactor: consolidating ColorSchemeEnum settings into one place (#37591)
This commit is contained in:
@@ -24,9 +24,9 @@ import {
|
||||
ControlConfig,
|
||||
ControlPanelState,
|
||||
ControlState,
|
||||
ColorSchemeEnum,
|
||||
} from '@superset-ui/chart-controls';
|
||||
import config from '../src/controlPanel';
|
||||
import { ColorSchemeEnum } from '../src/types';
|
||||
|
||||
const findConditionalFormattingControl = (): ControlConfig | null => {
|
||||
for (const section of config.controlPanelSections) {
|
||||
|
||||
Reference in New Issue
Block a user