mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore(welcome): harmonize submenu with other routes (#22803)
This commit is contained in:
@@ -21,7 +21,7 @@ import userEvent from '@testing-library/user-event';
|
||||
import React from 'react';
|
||||
import { getMockStore } from 'spec/fixtures/mockStore';
|
||||
import { render, screen } from 'spec/helpers/testing-library';
|
||||
import { FeatureFlag } from 'src/featureFlags';
|
||||
import { FeatureFlag } from '@superset-ui/core';
|
||||
import SliceHeaderControls, { SliceHeaderControlsProps } from '.';
|
||||
|
||||
jest.mock('src/components/Dropdown', () => {
|
||||
|
||||
Reference in New Issue
Block a user