From 4efdbc1df9751d9865900cfa8314c1f05f0de613 Mon Sep 17 00:00:00 2001 From: tianzhou Date: Fri, 16 Jun 2023 19:41:23 +0800 Subject: [PATCH] chore: enlarge QueryDrawer --- src/components/QueryDrawer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/QueryDrawer.tsx b/src/components/QueryDrawer.tsx index d71b07c..938641f 100644 --- a/src/components/QueryDrawer.tsx +++ b/src/components/QueryDrawer.tsx @@ -104,7 +104,7 @@ const QueryDrawer = () => { return ( -
+
@@ -128,7 +128,7 @@ const QueryDrawer = () => { value={statement} rows={1} minRows={1} - maxRows={5} + maxRows={20} placeholder="Enter your SQL statement here..." onChange={(e) => setStatement(e.target.value)} />