set default height of query manager to 30% (#1596)

This commit is contained in:
Gandharv 2021-12-16 14:09:43 +05:30 committed by GitHub
parent 032fbef60b
commit c16bb0704f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ class Editor extends React.Component {
app: {},
allComponentTypes: componentTypes,
isQueryPaneDragging: false,
queryPaneHeight: 30,
queryPaneHeight: 70,
isLoading: true,
users: null,
appId,