mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +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
@@ -24,9 +24,11 @@ import { Table, Thead, Th, Tr, Td } from 'reactable-arc';
|
||||
import { formatNumber } from '@superset-ui/number-format';
|
||||
import { formatTime } from '@superset-ui/time-format';
|
||||
import moment from 'moment';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
|
||||
import {
|
||||
InfoTooltipWithTrigger,
|
||||
MetricOption,
|
||||
} from '@superset-ui/control-utils';
|
||||
|
||||
import MetricOption from '../../components/MetricOption';
|
||||
import FormattedNumber from './FormattedNumber';
|
||||
import SparklineCell from './SparklineCell';
|
||||
import './TimeTable.less';
|
||||
|
||||
Reference in New Issue
Block a user