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:
Jesse Yang
2020-09-09 13:18:55 -07:00
committed by GitHub
parent 3b4a992861
commit 9a59bdda48
256 changed files with 830 additions and 1594 deletions

View File

@@ -22,7 +22,7 @@ import moment from 'moment';
import { Table } from 'reactable-arc';
import { ProgressBar, Well } from 'react-bootstrap';
import Label from 'src/components/Label';
import { t } from '@superset-ui/translation';
import { t } from '@superset-ui/core';
import Button from 'src/components/Button';
import Link from '../../components/Link';