mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore(welcome): harmonize submenu with other routes (#22803)
This commit is contained in:
@@ -18,13 +18,14 @@
|
||||
*/
|
||||
import {
|
||||
ensureIsArray,
|
||||
FeatureFlag,
|
||||
makeApi,
|
||||
SupersetClient,
|
||||
logging,
|
||||
} from '@superset-ui/core';
|
||||
import { SupersetError } from 'src/components/ErrorMessage/types';
|
||||
import getBootstrapData from 'src/utils/getBootstrapData';
|
||||
import { FeatureFlag, isFeatureEnabled } from '../featureFlags';
|
||||
import { isFeatureEnabled } from '../featureFlags';
|
||||
import {
|
||||
getClientErrorObject,
|
||||
parseErrorJson,
|
||||
|
||||
Reference in New Issue
Block a user