modified: frontend/src/components/SqlEditor.tsx
modified: frontend/src/pages/SqlInterface.tsx
This commit is contained in:
@@ -124,9 +124,9 @@ export default function SqlEditor({ value, onChange, databaseId, height = '400px
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="border border-gray-300 rounded-lg overflow-hidden">
|
||||
<div className="border border-gray-300 rounded-lg overflow-hidden h-full">
|
||||
<Editor
|
||||
height={height}
|
||||
height="100%"
|
||||
defaultLanguage="sql"
|
||||
value={value}
|
||||
onChange={(value) => onChange(value || '')}
|
||||
|
||||
Reference in New Issue
Block a user