mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
set default height of query manager to 30% (#1596)
This commit is contained in:
parent
032fbef60b
commit
c16bb0704f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class Editor extends React.Component {
|
|||
app: {},
|
||||
allComponentTypes: componentTypes,
|
||||
isQueryPaneDragging: false,
|
||||
queryPaneHeight: 30,
|
||||
queryPaneHeight: 70,
|
||||
isLoading: true,
|
||||
users: null,
|
||||
appId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue