mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Migrates Radio component from Bootstrap to AntD. (#12738)
This commit is contained in:
committed by
GitHub
parent
9cc38ac1d9
commit
5a79a7d993
@@ -18,7 +18,8 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
import { Radio, AutoComplete, Input } from 'src/common/components';
|
||||
import { Radio } from 'src/common/components/Radio';
|
||||
import { AutoComplete, Input } from 'src/common/components';
|
||||
import { SaveDatasetModal } from 'src/SqlLab/components/SaveDatasetModal';
|
||||
|
||||
describe('SaveDatasetModal', () => {
|
||||
|
||||
Reference in New Issue
Block a user