mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +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 PropTypes from 'prop-types';
|
||||
import { Alert, Col, Radio, Well } from 'react-bootstrap';
|
||||
import { Alert, Col, Well } from 'react-bootstrap';
|
||||
import { Radio } from 'src/common/components/Radio';
|
||||
import Badge from 'src/common/components/Badge';
|
||||
import shortid from 'shortid';
|
||||
import { styled, SupersetClient, t, supersetTheme } from '@superset-ui/core';
|
||||
|
||||
Reference in New Issue
Block a user