mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +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
@@ -30,9 +30,8 @@ import {
|
||||
Well,
|
||||
} from 'react-bootstrap';
|
||||
import { t } from '@superset-ui/translation';
|
||||
|
||||
import { ColumnOption } from '@superset-ui/control-utils';
|
||||
import ControlHeader from '../ControlHeader';
|
||||
import ColumnOption from '../../../components/ColumnOption';
|
||||
import MetricOption from '../../../components/MetricOption';
|
||||
import DatasourceModal from '../../../datasource/DatasourceModal';
|
||||
import ChangeDatasourceModal from '../../../datasource/ChangeDatasourceModal';
|
||||
|
||||
Reference in New Issue
Block a user