refactor: Bootstrap to AntD - Form - iteration 2 (#14379)

This commit is contained in:
Michael S. Molina
2021-05-06 02:00:37 -03:00
committed by GitHub
parent fa510df624
commit 331310db9b
24 changed files with 245 additions and 179 deletions

View File

@@ -23,7 +23,7 @@ import { FormControl, FormGroup } from 'react-bootstrap';
import { t, styled } from '@superset-ui/core';
import * as chrono from 'chrono-node';
import ModalTrigger from 'src/components/ModalTrigger';
import FormLabel from 'src/components/FormLabel';
import { FormLabel } from 'src/components/Form';
import './ScheduleQueryButton.less';
import Button from 'src/components/Button';