chore(welcome): harmonize submenu with other routes (#22803)

This commit is contained in:
Ville Brofeldt
2023-03-31 11:34:10 +03:00
committed by GitHub
parent db9ca20737
commit f6b5b658e5
52 changed files with 261 additions and 216 deletions

View File

@@ -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', () => {