From c16bb0704f968e4a792c524adb7640e7c5c3e6fc Mon Sep 17 00:00:00 2001 From: Gandharv Date: Thu, 16 Dec 2021 14:09:43 +0530 Subject: [PATCH] set default height of query manager to 30% (#1596) --- frontend/src/Editor/Editor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index eb39844cc4..4c9fdc240f 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -70,7 +70,7 @@ class Editor extends React.Component { app: {}, allComponentTypes: componentTypes, isQueryPaneDragging: false, - queryPaneHeight: 30, + queryPaneHeight: 70, isLoading: true, users: null, appId,