mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +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,9 +19,9 @@
|
||||
/* eslint-disable no-unused-expressions */
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import { MetricOption } from '@superset-ui/control-utils';
|
||||
|
||||
import MetricDefinitionValue from 'src/explore/components/MetricDefinitionValue';
|
||||
import MetricOption from 'src/components/MetricOption';
|
||||
import AdhocMetricOption from 'src/explore/components/AdhocMetricOption';
|
||||
import AdhocMetric from 'src/explore/AdhocMetric';
|
||||
import { AGGREGATES } from 'src/explore/constants';
|
||||
|
||||
Reference in New Issue
Block a user