mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
refactor: Move fetchTimeRange to core package (#27852)
This commit is contained in:
committed by
GitHub
parent
30bc8f06dc
commit
a498d6d10f
@@ -23,6 +23,8 @@ import {
|
||||
SupersetClient,
|
||||
t,
|
||||
isFeatureEnabled,
|
||||
COMMON_ERR_MESSAGES,
|
||||
getClientErrorObject,
|
||||
} from '@superset-ui/core';
|
||||
import { invert, mapKeys } from 'lodash';
|
||||
|
||||
@@ -33,8 +35,6 @@ import {
|
||||
addSuccessToast as addSuccessToastAction,
|
||||
addWarningToast as addWarningToastAction,
|
||||
} from 'src/components/MessageToasts/actions';
|
||||
import { getClientErrorObject } from 'src/utils/getClientErrorObject';
|
||||
import COMMON_ERR_MESSAGES from 'src/utils/errorMessages';
|
||||
import { LOG_ACTIONS_SQLLAB_FETCH_FAILED_QUERY } from 'src/logger/LogUtils';
|
||||
import getBootstrapData from 'src/utils/getBootstrapData';
|
||||
import { logEvent } from 'src/logger/actions';
|
||||
|
||||
Reference in New Issue
Block a user