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

@@ -26,7 +26,7 @@ import { AsyncSelect } from 'src/components/Select';
import rison from 'rison';
import { t, SupersetClient } from '@superset-ui/core';
import Chart, { Slice } from 'src/types/Chart';
import FormLabel from 'src/components/FormLabel';
import { FormLabel } from 'src/components/Form';
import { getClientErrorObject } from 'src/utils/getClientErrorObject';
type PropertiesModalProps = {