mirror of
https://github.com/apache/superset.git
synced 2026-08-03 20:42:30 +00:00
refactor: Move fetchTimeRange to core package (#27852)
This commit is contained in:
committed by
GitHub
parent
30bc8f06dc
commit
a498d6d10f
@@ -17,9 +17,8 @@
|
||||
* under the License.
|
||||
*/
|
||||
import React from 'react';
|
||||
import { t } from '@superset-ui/core';
|
||||
import { ErrorSource, t, SupersetError } from '@superset-ui/core';
|
||||
import getErrorMessageComponentRegistry from './getErrorMessageComponentRegistry';
|
||||
import { SupersetError, ErrorSource } from './types';
|
||||
import ErrorAlert from './ErrorAlert';
|
||||
|
||||
const DEFAULT_TITLE = t('Unexpected error');
|
||||
|
||||
Reference in New Issue
Block a user