mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +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,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', () => {
|
||||
|
||||
Reference in New Issue
Block a user