mirror of
https://github.com/apache/superset.git
synced 2026-07-16 19:55:39 +00:00
refactor: move translations and logging to new core (#36929)
This commit is contained in:
committed by
GitHub
parent
0294c30c9e
commit
e9b6791ffb
@@ -23,11 +23,11 @@ import type { QueryColumn, SupersetError } from '@superset-ui/core';
|
||||
import {
|
||||
FeatureFlag,
|
||||
SupersetClient,
|
||||
t,
|
||||
isFeatureEnabled,
|
||||
COMMON_ERR_MESSAGES,
|
||||
getClientErrorObject,
|
||||
} from '@superset-ui/core';
|
||||
import { t } from '@apache-superset/core';
|
||||
import { invert, mapKeys } from 'lodash';
|
||||
|
||||
import { now } from '@superset-ui/core/utils/dates';
|
||||
|
||||
Reference in New Issue
Block a user