mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
feat: add modal to import databases (#11884)
* feat: add modal to import databases * Fix test * Improve hook * Remove log and needless store. * Change JS functions
This commit is contained in:
@@ -39,11 +39,11 @@ interface DatabaseModalProps {
|
||||
database?: DatabaseObject | null; // If included, will go into edit mode
|
||||
}
|
||||
|
||||
const StyledIcon = styled(Icon)`
|
||||
export const StyledIcon = styled(Icon)`
|
||||
margin: auto ${({ theme }) => theme.gridUnit * 2}px auto 0;
|
||||
`;
|
||||
|
||||
const StyledInputContainer = styled.div`
|
||||
export const StyledInputContainer = styled.div`
|
||||
margin-bottom: ${({ theme }) => theme.gridUnit * 2}px;
|
||||
|
||||
&.extra-container {
|
||||
|
||||
Reference in New Issue
Block a user