mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +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,7 @@
|
||||
*/
|
||||
/* eslint-disable no-unused-expressions */
|
||||
import React from 'react';
|
||||
import { Radio } from 'react-bootstrap';
|
||||
import { Radio } from 'src/common/components/Radio';
|
||||
import sinon from 'sinon';
|
||||
import { styledMount as mount } from 'spec/helpers/theming';
|
||||
|
||||
|
||||
@@ -24,7 +24,8 @@ import { Provider } from 'react-redux';
|
||||
|
||||
import { shallow } from 'enzyme';
|
||||
import { styledMount as mount } from 'spec/helpers/theming';
|
||||
import { FormControl, Radio } from 'react-bootstrap';
|
||||
import { FormControl } from 'react-bootstrap';
|
||||
import { Radio } from 'src/common/components/Radio';
|
||||
import Button from 'src/components/Button';
|
||||
import sinon from 'sinon';
|
||||
import fetchMock from 'fetch-mock';
|
||||
|
||||
Reference in New Issue
Block a user