mirror of
https://github.com/apache/superset.git
synced 2026-04-27 12:05:24 +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:
@@ -17,7 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
import React from 'react';
|
||||
import { t, tn } from '@superset-ui/translation';
|
||||
import { t, tn } from '@superset-ui/core';
|
||||
|
||||
import { ErrorMessageComponentProps } from './types';
|
||||
import IssueCode from './IssueCode';
|
||||
|
||||
@@ -18,8 +18,7 @@
|
||||
*/
|
||||
import React, { useState, ReactNode } from 'react';
|
||||
import { Modal } from 'react-bootstrap';
|
||||
import { styled, supersetTheme } from '@superset-ui/style';
|
||||
import { t } from '@superset-ui/translation';
|
||||
import { styled, supersetTheme, t } from '@superset-ui/core';
|
||||
import { noOp } from 'src/utils/common';
|
||||
import Button from 'src/components/Button';
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
import React from 'react';
|
||||
import { t } from '@superset-ui/translation';
|
||||
import { t } from '@superset-ui/core';
|
||||
|
||||
import getErrorMessageComponentRegistry from './getErrorMessageComponentRegistry';
|
||||
import { SupersetError, ErrorSource } from './types';
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
import React from 'react';
|
||||
import { t, tn } from '@superset-ui/translation';
|
||||
import { t, tn } from '@superset-ui/core';
|
||||
|
||||
import { ErrorMessageComponentProps } from './types';
|
||||
import IssueCode from './IssueCode';
|
||||
|
||||
Reference in New Issue
Block a user