mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-27 02:01:13 +08:00
Fix editor height in import from source modal (#870)
This commit is contained in:
@@ -16,7 +16,7 @@ export default function ImportSource({
|
||||
<Tabs>
|
||||
<TabPane tab={t("insert_sql")} itemKey="text-import">
|
||||
<CodeEditor
|
||||
className="h-56"
|
||||
height={224}
|
||||
language="sql"
|
||||
onChange={(value) => {
|
||||
setImportData((prev) => ({ ...prev, src: value }));
|
||||
|
||||
Reference in New Issue
Block a user