mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: tablechart plugin controls migration (#9847)
* delete controls * move columnoption to controls * update package and remove columnoption * fix: remove console and fix import * fix: lint * update version * fix last rebase * fix: lint:
This commit is contained in:
committed by
GitHub
parent
a46af68922
commit
333dc8529e
@@ -20,6 +20,7 @@
|
||||
import React from 'react';
|
||||
import { getChartControlPanelRegistry } from '@superset-ui/chart';
|
||||
import { t } from '@superset-ui/translation';
|
||||
import { ColumnOption } from '@superset-ui/control-utils';
|
||||
import {
|
||||
getControlConfig,
|
||||
getControlState,
|
||||
@@ -27,7 +28,6 @@ import {
|
||||
applyMapStateToPropsToControl,
|
||||
getAllControlsState,
|
||||
} from 'src/explore/controlUtils';
|
||||
import ColumnOption from 'src/components/ColumnOption';
|
||||
|
||||
describe('controlUtils', () => {
|
||||
const state = {
|
||||
|
||||
Reference in New Issue
Block a user