mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
chore: Moves Modal to the components folder (#14130)
This commit is contained in:
committed by
GitHub
parent
c7112d1c48
commit
b83ee46d0f
@@ -21,7 +21,7 @@ import sinon from 'sinon';
|
||||
import { shallow } from 'enzyme';
|
||||
import { getChartMetadataRegistry, ChartMetadata } from '@superset-ui/core';
|
||||
import VizTypeControl from 'src/explore/components/controls/VizTypeControl';
|
||||
import Modal from 'src/common/components/Modal';
|
||||
import Modal from 'src/components/Modal';
|
||||
|
||||
const defaultProps = {
|
||||
name: 'viz_type',
|
||||
|
||||
Reference in New Issue
Block a user