feat: implement MySQL driver with shell-based import/export and add database transfer UI component
This commit is contained in:
@@ -98,7 +98,11 @@ const TransferContent: React.FC<TransferContentProps> = ({ mode = 'both' }) => {
|
||||
<Close fontSize="small" />
|
||||
</IconButton>
|
||||
}
|
||||
sx={{ borderRadius: 2, boxShadow: '0 4px 12px rgba(0,0,0,0.05)' }}
|
||||
sx={{
|
||||
borderRadius: 2,
|
||||
boxShadow: '0 4px 12px rgba(0,0,0,0.05)',
|
||||
'& .MuiAlert-message': { whiteSpace: 'pre-line' }
|
||||
}}
|
||||
>
|
||||
{success || error}
|
||||
</Alert>
|
||||
|
||||
Reference in New Issue
Block a user