mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
Migrates Radio component from Bootstrap to AntD. (#12738)
This commit is contained in:
committed by
GitHub
parent
9cc38ac1d9
commit
5a79a7d993
@@ -21,7 +21,7 @@ import { shallow } from 'enzyme';
|
||||
import configureStore from 'redux-mock-store';
|
||||
import fetchMock from 'fetch-mock';
|
||||
import thunk from 'redux-thunk';
|
||||
import { Radio } from 'react-bootstrap';
|
||||
import { Radio } from 'src/common/components/Radio';
|
||||
|
||||
import Icon from 'src/components/Icon';
|
||||
import Tabs from 'src/common/components/Tabs';
|
||||
|
||||
Reference in New Issue
Block a user