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:
Phillip Kelley-Dotson
2020-05-21 12:15:02 -07:00
committed by GitHub
parent a46af68922
commit 333dc8529e
17 changed files with 18 additions and 450 deletions

View File

@@ -20,9 +20,9 @@ import React from 'react';
import configureStore from 'redux-mock-store';
import { shallow } from 'enzyme';
import { ColumnOption } from '@superset-ui/control-utils';
import MetricDefinitionOption from 'src/explore/components/MetricDefinitionOption';
import MetricOption from 'src/components/MetricOption';
import ColumnOption from 'src/components/ColumnOption';
import AggregateOption from 'src/explore/components/AggregateOption';
describe('MetricDefinitionOption', () => {