mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(metricoption): remove metricoption and columntypelable dependency (#10077)
* remove columntypeLabel and metricoptions from superset * fix lint * remove old test * update pakage * add suggestions * fix merge conflict
This commit is contained in:
committed by
GitHub
parent
817b7aaf29
commit
02fee35314
@@ -19,10 +19,9 @@
|
||||
import React from 'react';
|
||||
import configureStore from 'redux-mock-store';
|
||||
import { shallow } from 'enzyme';
|
||||
import { ColumnOption, MetricOption } from '@superset-ui/control-utils';
|
||||
|
||||
import { ColumnOption } from '@superset-ui/control-utils';
|
||||
import MetricDefinitionOption from 'src/explore/components/MetricDefinitionOption';
|
||||
import MetricOption from 'src/components/MetricOption';
|
||||
import AggregateOption from 'src/explore/components/AggregateOption';
|
||||
|
||||
describe('MetricDefinitionOption', () => {
|
||||
|
||||
Reference in New Issue
Block a user