initial commit (#15392)

This commit is contained in:
Phillip Kelley-Dotson 2021-06-25 14:48:03 -07:00 committed by GitHub
parent bdb9b0a9be
commit f3f018423a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,16 +21,11 @@ import { UploadChangeParam, UploadFile } from 'antd/lib/upload/interface';
import { styled, t } from '@superset-ui/core'; import { styled, t } from '@superset-ui/core';
import Button from 'src/components/Button'; import Button from 'src/components/Button';
import Icon from 'src/components/Icon';
import Modal from 'src/components/Modal'; import Modal from 'src/components/Modal';
import { Upload } from 'src/common/components'; import { Upload } from 'src/common/components';
import { useImportResource } from 'src/views/CRUD/hooks'; import { useImportResource } from 'src/views/CRUD/hooks';
import { ImportResourceName } from 'src/views/CRUD/types'; import { ImportResourceName } from 'src/views/CRUD/types';
export const StyledIcon = styled(Icon)`
margin: auto ${({ theme }) => theme.gridUnit * 2}px auto 0;
`;
const HelperMessage = styled.div` const HelperMessage = styled.div`
display: block; display: block;
color: ${({ theme }) => theme.colors.grayscale.base}; color: ${({ theme }) => theme.colors.grayscale.base};