Skip to content

Commit 6eebc8f

Browse files
committed
Removes the collapsible option from the query inspector
1 parent 10d6f01 commit 6eebc8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps/webapp/app/components/query/QueryEditor.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -945,11 +945,9 @@ export function QueryEditor({
945945
<ResizableHandle id="query-handle" />
946946
<ResizablePanel
947947
id="query-help"
948-
min="200px"
949-
collapsible
950-
collapsedSize="20px"
948+
min="380px"
951949
default="400px"
952-
max="500px"
950+
max="800px"
953951
className="w-full"
954952
>
955953
<QueryHelpSidebar

0 commit comments

Comments
 (0)