Skip to content

Commit

Permalink
fix: restore request section behavior (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onokaev authored Dec 3, 2021
1 parent 2ddf9c4 commit 65209d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/query-runner/request/Request.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class Request extends Component<IRequestComponent, any> {
const requestPivotItems = this.getPivotItems(dimensions.request.height);
const { selectedPivot } = this.state;
const pivot = selectedPivot.replace('.$', '');
const minHeight = 260;
const minHeight = 60;
const maxHeight = 800;
return (
<>
Expand Down

0 comments on commit 65209d8

Please sign in to comment.