mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
refactor: merge/upgrade superset-ui packages (#10790)
* refactor: merge/upgrade superset-ui packages * Fix flaky big number test * Fix Flaky AdhocFilters test
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { getNumberFormatter } from '@superset-ui/number-format';
|
||||
import { t } from '@superset-ui/translation';
|
||||
import { getNumberFormatter, t } from '@superset-ui/core';
|
||||
|
||||
import Label from 'src/components/Label';
|
||||
import TooltipWrapper from '../../components/TooltipWrapper';
|
||||
|
||||
Reference in New Issue
Block a user