Signed-off-by: ryjiang <jiangruiyi@gmail.com>
@@ -72,6 +72,7 @@ const Title = styled(Typography)(({ theme }) => ({
const DatabaseSelector = styled(CustomSelector)(({ theme }) => ({
transform: 'translateY(-4px)',
width: 'auto',
+ minWidth: 120,
'& .MuiInputLabel-root': {
top: '4px',
},
@@ -150,7 +150,7 @@ const DatabaseCard: FC<DatabaseCardProps> = ({
<section
className={`${wrapperClass} ${classes.wrapper} ${classes.create}`}
onClick={() => {
- if (isManaged) {
+ if (isServerless) {
// go to https://cloud.zilliz.com/orgs/
window.open('https://cloud.zilliz.com/', '_blank');
return;