Skip to content

Commit

Permalink
Make query editor bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 committed Jan 28, 2023
1 parent 25f142d commit 9dc6968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export class QueryEditor extends PureComponent<Props> {
Aggregation
</InlineFormLabel>
<CodeEditor
height="200px"
height="800px"
showLineNumbers={true}
language="json"
value={query.aggregation || ''}
Expand Down

0 comments on commit 9dc6968

Please sign in to comment.