mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
chore: Moves Radio to the components folder (#14133)
This commit is contained in:
committed by
GitHub
parent
8441590812
commit
d1b458c4c5
@@ -22,8 +22,8 @@ import { FormControl, FormGroup } from 'react-bootstrap';
|
||||
import Alert from 'src/components/Alert';
|
||||
import { JsonObject, t, styled } from '@superset-ui/core';
|
||||
import ReactMarkdown from 'react-markdown';
|
||||
import { Radio } from 'src/common/components/Radio';
|
||||
import Modal from 'src/components/Modal';
|
||||
import { Radio } from 'src/components/Radio';
|
||||
import Button from 'src/components/Button';
|
||||
import FormLabel from 'src/components/FormLabel';
|
||||
import { CreatableSelect } from 'src/components/Select';
|
||||
|
||||
Reference in New Issue
Block a user